summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-01 22:36:35 +0000
committerChris Lattner <sabre@nondot.org>2002-10-01 22:36:35 +0000
commitf242bec91b819354cf64fe7830cc4f7f7177d002 (patch)
treef0bba7e49ffaffcab142007c0d3af5bc86a17d3f /llvm/lib/Transforms/Instrumentation
parentc758fe6b727fa69534e6c096856ab4ff452ad400 (diff)
downloadbcm5719-llvm-f242bec91b819354cf64fe7830cc4f7f7177d002.tar.gz
bcm5719-llvm-f242bec91b819354cf64fe7830cc4f7f7177d002.zip
Build subdirs in parallel
llvm-svn: 4000
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
-rw-r--r--llvm/lib/Transforms/Instrumentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/Makefile b/llvm/lib/Transforms/Instrumentation/Makefile
index ca48b0b2542..a234923b4c1 100644
--- a/llvm/lib/Transforms/Instrumentation/Makefile
+++ b/llvm/lib/Transforms/Instrumentation/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../../..
LIBRARYNAME = instrument
-DIRS = ProfilePaths
+PARALLEL_DIRS = ProfilePaths
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud