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

Unified Diff: lib/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 | « lib/MC/MCObjectStreamer.cpp ('k') | lib/Support/CrashRecoveryContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Makefile
diff --git a/lib/Makefile b/lib/Makefile
index 0ddf917599f1d0e800d203ca365698a3cd7943f9..0765354d9ac469aac01cc22adbe2e1fef3ff2b1f 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -14,4 +14,11 @@ PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen Target \
ExecutionEngine Linker LTO MC Object Option DebugInfo \
IRReader LineEditor ProfileData
+# @LOCALMOD-BEGIN
+ifeq ($(PNACL_BROWSER_TRANSLATOR),1)
+ PARALLEL_DIRS := $(filter-out Archive Linker, \
+ $(PARALLEL_DIRS))
+endif
+# @LOCALMOD-END
+
include $(LEVEL)/Makefile.common
« no previous file with comments | « lib/MC/MCObjectStreamer.cpp ('k') | lib/Support/CrashRecoveryContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698