1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/test/tools/llvm-objcopy/wasm
Derek Schuff f708d3928c [llvm-strip][WebAssembly] Support strip flags
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
2021-07-14 14:17:02 -07:00
..
add-section.test
basic-archive-copy.test
basic-copy.test
basic-keep.test [llvm-strip][WebAssembly] Support strip flags 2021-07-14 14:17:02 -07:00
basic-only-section.test [llvm-strip][WebAssembly] Support strip flags 2021-07-14 14:17:02 -07:00
basic-strip.test [llvm-strip][WebAssembly] Support strip flags 2021-07-14 14:17:02 -07:00
dump-section.test
only-keep-debug.test [llvm-strip][WebAssembly] Support strip flags 2021-07-14 14:17:02 -07:00
remove-section.test
strip-all.test [llvm-strip][WebAssembly] Support strip flags 2021-07-14 14:17:02 -07:00
strip-debug.test [llvm-strip][WebAssembly] Support strip flags 2021-07-14 14:17:02 -07:00
strip-reloc.test [llvm-strip][WebAssembly] Support strip flags 2021-07-14 14:17:02 -07:00