Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: tests/spec2k/Makefile.common

Issue 2244023002: Fix bugs with SPEC2k for WebAssembly (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client@master
Patch Set: Add TODO for 175.vpr Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/spec2k/300.twolf/diff.README ('k') | tests/spec2k/run_all.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/spec2k/Makefile.common
diff --git a/tests/spec2k/Makefile.common b/tests/spec2k/Makefile.common
index ea7ef2eca27df43fb54522c6d013c43164a99b74..79356176da87688207903da9025033baea528779 100644
--- a/tests/spec2k/Makefile.common
+++ b/tests/spec2k/Makefile.common
@@ -177,7 +177,7 @@ $(IT).js: $(SRC) $(CPPSRC)
--em-config $(WASM_INSTALL_DIR)/emscripten_config_vanilla \
$(CFLAGS) -s TOTAL_MEMORY=268435456 \
-Wno-implicit-function-declaration -O2 \
- $(shell python ../prepare_input.py --gen-emcc-embed- --config \
+ $(shell python ../prepare_input.py --gen-emcc-embed --config \
$(SPEC_COMPONENT) ref)
touch $@
« no previous file with comments | « tests/spec2k/300.twolf/diff.README ('k') | tests/spec2k/run_all.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698