aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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
commit0fec319db1dd7d78b48c8effdfeac2bace3801d5 (patch)
tree3141263947916333e7c89b9ccd8dceef59824e33 /tools
parentb473d2ec1cc84bac97b3804872e0856ea7232c3a (diff)
downloadexternal_llvm-0fec319db1dd7d78b48c8effdfeac2bace3801d5.zip
external_llvm-0fec319db1dd7d78b48c8effdfeac2bace3801d5.tar.gz
external_llvm-0fec319db1dd7d78b48c8effdfeac2bace3801d5.tar.bz2
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')
-rw-r--r--tools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 2726c1f..519717a 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.