Skip to content

Commit

Permalink
Add llvm-dwp binary to toolchain (#478)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
quanterion committed Aug 28, 2024
1 parent f995dbe commit c1b8811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/wasi-sdk-toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ set(tools
llvm-ranlib
llvm-strip
llvm-dwarfdump
llvm-dwp
clang-resource-headers
ar
ranlib
Expand Down

0 comments on commit c1b8811

Please sign in to comment.