summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 01:59:48 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 01:59:48 +0000
commitab0ed3592b0837c31aaaab65edd9bac8746f899e (patch)
tree05b51edcf84ddaf66b8648512c9105baaba8b425 /lib/Transforms/Instrumentation
parentf582dde1438cdef14ea44bbd36fbbe7f4f7f0ccc (diff)
downloadllvm-ab0ed3592b0837c31aaaab65edd9bac8746f899e.tar.gz
llvm-ab0ed3592b0837c31aaaab65edd9bac8746f899e.tar.bz2
llvm-ab0ed3592b0837c31aaaab65edd9bac8746f899e.tar.xz
Only build .a file versions of these libraries, instead of .a and .o versions.
This should speed up build times. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation')
-rw-r--r--lib/Transforms/Instrumentation/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile
index d749b6b3bd..9ab805c8b2 100644
--- a/lib/Transforms/Instrumentation/Makefile
+++ b/lib/Transforms/Instrumentation/Makefile
@@ -10,6 +10,7 @@ LEVEL = ../../..
LIBRARYNAME = LLVMInstrumentation
PARALLEL_DIRS = ProfilePaths
BUILD_ARCHIVE = 1
+DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common