Add llvm-dwp binary to toolchain (#478)

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/484/head
Roman Kolesnikov 4 months ago committed by GitHub
parent f995dbe965
commit c1b8811ac8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save