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

Unified Diff: Makefile.standalone

Issue 1961743002: Subzero: Update for LLVM 3.9 (trunk). (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero@master
Patch Set: Remove unnecessary variable Created 4 years, 7 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 | « Makefile ('k') | src/IceBitVector.h » ('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 deb8ab5a68d65520a0b8ead08caca349a1205a66..d6bfb8ea085b6b1cf5bf9d0f8f63d87b93a2af7f 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -110,6 +110,8 @@ ifdef SZTARGET
BASE_CXX_DEFINES += -DSZTARGET=$(SZTARGET)
endif
+BASE_CXX_DEFINES += -DPNACL_LLVM
+
CXX_DEFINES := $(BASE_CXX_DEFINES) -DPNACL_BROWSER_TRANSLATOR=0
ifdef NOASSERT
« no previous file with comments | « Makefile ('k') | src/IceBitVector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698