From 0fec319db1dd7d78b48c8effdfeac2bace3801d5 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Sat, 24 Jan 2009 00:00:41 +0000 Subject: Perform optional clang building. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62895 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') 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. -- cgit v1.1