summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tools/wasm-emscripten-finalize.cpp2
-rw-r--r--test/lld/em_asm_pthread.wasm.out1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/wasm-emscripten-finalize.cpp b/src/tools/wasm-emscripten-finalize.cpp
index 505e78349..53e3be196 100644
--- a/src/tools/wasm-emscripten-finalize.cpp
+++ b/src/tools/wasm-emscripten-finalize.cpp
@@ -266,8 +266,6 @@ int main(int argc, const char* argv[]) {
passRunner.add("legalize-js-interface");
}
- passRunner.add("strip-target-features");
-
// If DWARF is unused, strip it out. This avoids us keeping it alive
// until wasm-opt strips it later.
if (!DWARF) {
diff --git a/test/lld/em_asm_pthread.wasm.out b/test/lld/em_asm_pthread.wasm.out
index 3b51b896a..f275876a9 100644
--- a/test/lld/em_asm_pthread.wasm.out
+++ b/test/lld/em_asm_pthread.wasm.out
@@ -12830,4 +12830,5 @@
)
)
;; custom section "producers", size 172
+ ;; features section: threads, mutable-globals, bulk-memory, sign-ext
)