summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 02:31:49 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 02:31:49 +0000
commita66459095c7f1118c6cdefde429c492a0f212ada (patch)
tree1602f0de4e9995ef90a4e6ae7849e82e0265fa20 /lib/Transforms/Instrumentation
parentad62eef794135e487abbddc076e8da13bd09f1dc (diff)
downloadllvm-a66459095c7f1118c6cdefde429c492a0f212ada.tar.gz
llvm-a66459095c7f1118c6cdefde429c492a0f212ada.tar.bz2
llvm-a66459095c7f1118c6cdefde429c492a0f212ada.tar.xz
Do not build the ProfilePaths directory anymore
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23943 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation')
-rw-r--r--lib/Transforms/Instrumentation/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile
index beba7e5bb4..bf5c3d3618 100644
--- a/lib/Transforms/Instrumentation/Makefile
+++ b/lib/Transforms/Instrumentation/Makefile
@@ -9,7 +9,6 @@
LEVEL = ../../..
LIBRARYNAME = LLVMInstrumentation
-PARALLEL_DIRS = ProfilePaths
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common