[PATCH] D85685: [WIP] Support dwarf fission for wasm object files
Wouter van Oortmerssen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 17:13:24 PDT 2020
aardappel accepted this revision.
aardappel added a comment.
This revision is now accepted and ready to land.
Nice, fairly unintrusive actually. If you desperately wanted to fix the need for changing `W` dynamically, you could instead make it allocate a second `WasmObjectWriter` to write the `dwo` version? :)
================
Comment at: llvm/lib/MC/MCAsmBackend.cpp:66
+ default:
report_fatal_error("dwo only supported with ELF");
+ }
----------------
change error message
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85685/new/
https://reviews.llvm.org/D85685
More information about the llvm-commits
mailing list