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

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: remove commented-out check 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
« no previous file with comments | « 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..a6b06a79dc645ae45dbd8fa45b9f9e11ce3d74ea 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -19,6 +19,7 @@ else
OPTIONAL_PARALLEL_DIRS := clang
endif
+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
« no previous file with comments | « Makefile.config.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698