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

Unified Diff: tools/Makefile

Issue 299753004: Add support for building subzero with LLVM (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 6 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
« Makefile.config.in ('K') | « Makefile.config.in ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/Makefile
diff --git a/tools/Makefile b/tools/Makefile
index 494ea562ed0188c87aec7f7f3eeaa981bfe03619..b9e7004380657768a3c894a055c115272d228af6 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -18,7 +18,8 @@ ifneq ($(CLANG_SRC_ROOT),)
else
OPTIONAL_PARALLEL_DIRS := clang
endif
-
+#ifneq ($(SUBZERO_SRC_ROOT),)
jvoung (off chromium) 2014/05/22 19:37:58 Can remove commented out check? Seems like the po
Derek Schuff 2014/05/22 23:21:56 Removed.
+OPTIONAL_PARALLEL_DIRS += $(SUBZERO_SRC_ROOT)
# Build LLDB if present. Note LLDB must be built last as it depends on the
# wider LLVM infrastructure (including Clang).
OPTIONAL_DIRS := lldb
« Makefile.config.in ('K') | « Makefile.config.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698