Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information