summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-18 03:25:58 +0000
committerChris Lattner <sabre@nondot.org>2002-09-18 03:25:58 +0000
commitec9962e44a8657ad1a60756d70079c715c007784 (patch)
treece23f04e2fb61608e63061db677dd6292591a20d /tools/Makefile
parenta8abc228badb320cddcaf316e242e17bd2636eae (diff)
downloadllvm-ec9962e44a8657ad1a60756d70079c715c007784.tar.gz
llvm-ec9962e44a8657ad1a60756d70079c715c007784.tar.bz2
llvm-ec9962e44a8657ad1a60756d70079c715c007784.tar.xz
Compile sub-directories in parallel, because they don't have interdependencies
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3808 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index bf5852b857..2570e7f58b 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = as dis opt gccas llc link lli gccld analyze extract
+PARALLEL_DIRS = as dis opt gccas llc link lli gccld analyze extract
include $(LEVEL)/Makefile.common