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

Unified Diff: Makefile.standalone

Issue 1766233002: Subzero: Fix symbol name mangling. Make flags global. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 4 years, 9 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 | src/IceAssemblerARM32.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index cd1d414b22c6e7daa45e8412355aecde1a01dfe6..d4c64905006c66bc4e02afcf24b5f42fa01dad95 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -271,6 +271,7 @@ SRCS = \
IceIntrinsics.cpp \
IceLiveness.cpp \
IceLoopAnalyzer.cpp \
+ IceMangling.cpp \
IceMemory.cpp \
IceOperand.cpp \
IceRegAlloc.cpp \
@@ -540,7 +541,7 @@ check-presubmit presubmit:
DEBUG=1 CHECK_X86_ASM=1 check-unit sb
# Run lit tests, cross tests, unit tests, and spec2k/x86-32.
+make -f Makefile.standalone \
- check check-spec sb
+ check check-spec
# Run spec2k/x86-64.
+make -f Makefile.standalone \
TARGET=x8664 check-spec
« no previous file with comments | « no previous file | src/IceAssemblerARM32.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698