summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-01-24 00:00:41 +0000
committerMike Stump <mrs@apple.com>2009-01-24 00:00:41 +0000
commit0a26891ce9b6de840c087d73c04324729c3d1a8b (patch)
tree3141263947916333e7c89b9ccd8dceef59824e33 /tools/Makefile
parent8191371f87495dea2abd733bf63224b6209fdb12 (diff)
downloadllvm-0a26891ce9b6de840c087d73c04324729c3d1a8b.tar.gz
llvm-0a26891ce9b6de840c087d73c04324729c3d1a8b.tar.bz2
llvm-0a26891ce9b6de840c087d73c04324729c3d1a8b.tar.xz
Perform optional clang building.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62895 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 2726c1f3e4..519717ad98 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -8,6 +8,10 @@
##===----------------------------------------------------------------------===##
LEVEL := ..
+
+# Build clang if present.
+OPTIONAL_PARALLEL_DIRS := clang
+
# NOTE: The tools are organized into five groups of four consisting of one
# large and three small executables. This is done to minimize memory load
# in parallel builds. Please retain this ordering.