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

Unified Diff: tests/spec2k/Makefile.common

Issue 2266553002: Subzero: Updated spec2k Makefile (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: 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 | « no previous file | no next file » | 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..890dbb028c51c21342146092de73b426b4668483 100644
--- a/tests/spec2k/Makefile.common
+++ b/tests/spec2k/Makefile.common
@@ -326,9 +326,11 @@ PNACL_TRANSLATOR_SB=$(TIME_TRANSLATE) \
$(PNACL_TRANSLATOR_ROOT)/bin/pnacl-translate --pnacl-sb
PNACL_TRANSLATOR_SB_EMU=$(PNACL_TRANSLATOR_SB) --pnacl-use-emulator \
$(EXTRA_TRANSLATOR_FLAGS)
-PNACL_CC=$(PNACL_BIN)/pnacl-clang
-PNACL_CXX=$(PNACL_BIN)/pnacl-clang++
-PNACL_FINALIZE=$(PNACL_BIN)/pnacl-finalize
+PNACL_CC=$(TC_ROOT)/../toolchain_build/src/subzero/pydir/sz-clang.py \
+ -fsanitize-address
+PNACL_CXX=$(TC_ROOT)/../toolchain_build/src/subzero/pydir/sz-clang++.py \
+ -fsanitize-address
+PNACL_FINALIZE=$(PNACL_BIN)/pnacl-finalize --no-strip-syms
PNACL_FLAGS=--pnacl-driver-verbose
PNACL_FLAGS_COMMON=$(PNACL_FLAGS) $(CFLAGS)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698