mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
f708d3928c
Summary: Add support for the basic section stripping (and keeping) flags for wasm: strip with no flags, --strip-all, --strip-debug, --only-section, --keep-section, and --only-keep-debug. Factor section removal into a function and use a predicate chain like the ELF implementation. Reviewers: jhenderson, sbc100 Differential Revision: https://reviews.llvm.org/D73820 |
||
---|---|---|
.. | ||
add-section.test | ||
basic-archive-copy.test | ||
basic-copy.test | ||
basic-keep.test | ||
basic-only-section.test | ||
basic-strip.test | ||
dump-section.test | ||
only-keep-debug.test | ||
remove-section.test | ||
strip-all.test | ||
strip-debug.test | ||
strip-reloc.test |