From fc085c0971029bd5fe2bf66074c467f304dfc1e4 Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Thu, 14 Mar 2019 18:23:59 -0700 Subject: 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. --- src/wasm/wasm.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wasm/wasm.cpp') diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp index c12481760..c99bb0994 100644 --- a/src/wasm/wasm.cpp +++ b/src/wasm/wasm.cpp @@ -32,6 +32,7 @@ const char* SourceMapUrl = "sourceMappingURL"; const char* Dylink = "dylink"; const char* Linking = "linking"; const char* Producers = "producers"; +const char* TargetFeatures = "target_features"; } } -- cgit v1.2.3