Add llvm-dwp binary to toolchain

There is an option to compile debug information to separate file. It's supported in Clang via -gsplit-dwarf to generate dwo files but we need llvm-dwp tool to combine them into single dwp file supported by Chrome DWARF extension https://developer.chrome.com/blog/faster-wasm-debugging
pull/478/head
Roman Kolesnikov 1 year ago committed by GitHub
parent b416e2beb4
commit 0f8e74c1f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -45,6 +45,7 @@ set(tools
llvm-ranlib
llvm-strip
llvm-dwarfdump
llvm-dwp
clang-resource-headers
ar
ranlib

Loading…
Cancel
Save