summaryrefslogtreecommitdiff
path: root/lib/Target/Makefile
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-09-15 01:34:25 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-09-15 01:34:25 +0000
commit07542c8c2068f20c41f52f0ac9061608a1251265 (patch)
treec8dc843c05cfd32d7d1b62ea62c2f3e43fc4ceb9 /lib/Target/Makefile
parent372dc8d9f7eb331a5e057577eb2a1902533451b4 (diff)
downloadllvm-07542c8c2068f20c41f52f0ac9061608a1251265.tar.gz
llvm-07542c8c2068f20c41f52f0ac9061608a1251265.tar.bz2
llvm-07542c8c2068f20c41f52f0ac9061608a1251265.tar.xz
Targets are independent of each other, so compile them in parallel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16351 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Makefile')
-rw-r--r--lib/Target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile
index af392762fb..06af004635 100644
--- a/lib/Target/Makefile
+++ b/lib/Target/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
-DIRS = CBackend X86 SparcV9 PowerPC Skeleton
+PARALLEL_DIRS = CBackend X86 SparcV9 PowerPC Skeleton
LIBRARYNAME = target
BUILD_ARCHIVE = 1