summaryrefslogtreecommitdiff
path: root/test/lit/help
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2022-01-26 11:10:26 -0800
committerGitHub <noreply@github.com>2022-01-26 11:10:26 -0800
commit97bb0bdacbb8ccd59aca116c66f0f43f322aebaa (patch)
treefcabd57b372ae4622d2f8bc118a2c78473a277d6 /test/lit/help
parentbf3386dbc804144dfb4b4d543da9fd53e2fcfc46 (diff)
downloadbinaryen-97bb0bdacbb8ccd59aca116c66f0f43f322aebaa.tar.gz
binaryen-97bb0bdacbb8ccd59aca116c66f0f43f322aebaa.tar.bz2
binaryen-97bb0bdacbb8ccd59aca116c66f0f43f322aebaa.zip
Remove NoExitRuntime pass (#4431)
After emscripten-core/emscripten#15905 lands Emscripten will no longer use it, and nothing else needs it AFAIK.
Diffstat (limited to 'test/lit/help')
-rw-r--r--test/lit/help/wasm-opt.test4
-rw-r--r--test/lit/help/wasm2js.test4
2 files changed, 0 insertions, 8 deletions
diff --git a/test/lit/help/wasm-opt.test b/test/lit/help/wasm-opt.test
index ef6a7637b..0179b2fbe 100644
--- a/test/lit/help/wasm-opt.test
+++ b/test/lit/help/wasm-opt.test
@@ -252,10 +252,6 @@
;; CHECK-NEXT:
;; CHECK-NEXT: --nm name list
;; CHECK-NEXT:
-;; CHECK-NEXT: --no-exit-runtime removes calls to atexit(), which
-;; CHECK-NEXT: is valid if the C runtime will
-;; CHECK-NEXT: never be exited
-;; CHECK-NEXT:
;; CHECK-NEXT: --once-reduction reduces calls to code that only
;; CHECK-NEXT: runs once
;; CHECK-NEXT:
diff --git a/test/lit/help/wasm2js.test b/test/lit/help/wasm2js.test
index a10eee344..f02ce4c2a 100644
--- a/test/lit/help/wasm2js.test
+++ b/test/lit/help/wasm2js.test
@@ -214,10 +214,6 @@
;; CHECK-NEXT:
;; CHECK-NEXT: --nm name list
;; CHECK-NEXT:
-;; CHECK-NEXT: --no-exit-runtime removes calls to atexit(), which
-;; CHECK-NEXT: is valid if the C runtime will
-;; CHECK-NEXT: never be exited
-;; CHECK-NEXT:
;; CHECK-NEXT: --once-reduction reduces calls to code that only
;; CHECK-NEXT: runs once
;; CHECK-NEXT: