diff options
-rw-r--r-- | src/tools/wasm-emscripten-finalize.cpp | 8 | ||||
-rw-r--r-- | test/lit/help/wasm-emscripten-finalize.test | 3 |
2 files changed, 0 insertions, 11 deletions
diff --git a/src/tools/wasm-emscripten-finalize.cpp b/src/tools/wasm-emscripten-finalize.cpp index aa9d32213..8fdc203a9 100644 --- a/src/tools/wasm-emscripten-finalize.cpp +++ b/src/tools/wasm-emscripten-finalize.cpp @@ -110,14 +110,6 @@ int main(int argc, const char* argv[]) { [&globalBase](Options*, const std::string& argument) { globalBase = std::stoull(argument); }) - // TODO(sbc): Remove this one this argument is no longer passed by - // emscripten. See https://github.com/emscripten-core/emscripten/issues/8905 - .add("--initial-stack-pointer", - "", - "ignored - will be removed in a future release", - WasmEmscriptenFinalizeOption, - Options::Arguments::One, - [](Options*, const std::string& argument) {}) .add("--side-module", "", "Input is an emscripten side module", diff --git a/test/lit/help/wasm-emscripten-finalize.test b/test/lit/help/wasm-emscripten-finalize.test index 053179737..15ae1c176 100644 --- a/test/lit/help/wasm-emscripten-finalize.test +++ b/test/lit/help/wasm-emscripten-finalize.test @@ -26,9 +26,6 @@ ;; CHECK-NEXT: --global-base The address at which static globals were ;; CHECK-NEXT: placed ;; CHECK-NEXT: -;; CHECK-NEXT: --initial-stack-pointer ignored - will be removed in a future -;; CHECK-NEXT: release -;; CHECK-NEXT: ;; CHECK-NEXT: --side-module Input is an emscripten side module ;; CHECK-NEXT: ;; CHECK-NEXT: --input-source-map,-ism Consume source map from the specified |