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

Unified Diff: utils/Makefile

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 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 | « unittests/Support/StreamingMemoryObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/Makefile
diff --git a/utils/Makefile b/utils/Makefile
index 04261923e1b5f481f3697b23c3bb3dab1f3d1078..84581c907629c84905ecc495b581e90e6bfae6f5 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -11,6 +11,17 @@ LEVEL = ..
PARALLEL_DIRS := FileCheck TableGen PerfectShuffle count fpcmp llvm-lit not \
unittest
+# @LOCALMOD-BEGIN
+ifeq ($(PNACL_BROWSER_TRANSLATOR),1)
+ # In sandboxed mode, just build the bare minimum
+ # Note: TableGen is usually built twice:
+ # * once with host compiler
+ # * also with the "given" compiler
+ # Here we just disable that second build
+ PARALLEL_DIRS :=
+endif
+# @LOCALMOD-END
+
EXTRA_DIST := check-each-file codegen-diff countloc.sh \
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
getsrcs.sh llvmdo llvmgrep llvm-native-gcc \
« no previous file with comments | « unittests/Support/StreamingMemoryObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698