diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2019-03-14 18:23:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-14 18:23:59 -0700 |
commit | fc085c0971029bd5fe2bf66074c467f304dfc1e4 (patch) | |
tree | 5859683dc65e7487e8be8db9979cb5611d7485c9 /test/passes/strip-target-features.bin.txt | |
parent | d9cdee0437ebee89377d361e5a9320b44f252152 (diff) | |
download | binaryen-fc085c0971029bd5fe2bf66074c467f304dfc1e4.tar.gz binaryen-fc085c0971029bd5fe2bf66074c467f304dfc1e4.tar.bz2 binaryen-fc085c0971029bd5fe2bf66074c467f304dfc1e4.zip |
Add strip-target-features pass (#1946)
And run it in wasm-emscripten-finalize. This will prevent the emscripten output from changing when the target features section lands in LLVM.
Diffstat (limited to 'test/passes/strip-target-features.bin.txt')
-rw-r--r-- | test/passes/strip-target-features.bin.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/passes/strip-target-features.bin.txt b/test/passes/strip-target-features.bin.txt new file mode 100644 index 000000000..914273cfb --- /dev/null +++ b/test/passes/strip-target-features.bin.txt @@ -0,0 +1,3 @@ +(module + ;; custom section "linking", size 1 +) |