Adds -debug flag to wasm-ld to enable LLVM debug information.
Also adds test.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
This is already supported like via -mllvm. E.g. wasm-ld -mllvm -debug or wasm-ld -mllvm -debug-only=lld
Comment Actions
Argh - I completely forgot that was possible from wasm-ld. Abandoning revision. Apologies for the noise.