mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
28f861215e
Initial support for dwarf fission sections (-gsplit-dwarf) on wasm. The most interesting change is support for writing 2 files (.o and .dwo) in the wasm object writer. My approach moves object-writing logic into its own function and calls it twice, swapping out the endian::Writer (W) in between calls. It also splits the import-preparation step into its own function (and skips it when writing a dwo). Differential Revision: https://reviews.llvm.org/D85685 |
||
---|---|---|
.. | ||
dbg-declare.ll | ||
dbg-loop-loc.ll | ||
dbg-value-dwarfdump.ll | ||
dbg-value-live-interval.ll | ||
dbg-value-move-2.ll | ||
dbg-value-move-clone.mir | ||
dbg-value-move-reg-stackify.mir | ||
dbg-value-move.ll | ||
dbg-value-ti.ll | ||
fission-cu.ll | ||
fission-sections.ll | ||
lit.local.cfg |