Skip to content

Commit c1b8811

Browse files
authored
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
1 parent f995dbe commit c1b8811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/wasi-sdk-toolchain.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ set(tools
4545
llvm-ranlib
4646
llvm-strip
4747
llvm-dwarfdump
48+
llvm-dwp
4849
clang-resource-headers
4950
ar
5051
ranlib

0 commit comments

Comments
 (0)