pull in the archive version of this lib to reduce exe size
authorChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 01:13:21 +0000 (01:13 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 01:13:21 +0000 (01:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23929 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/Makefile

index 82d6b991d2206215d17f7507f34f7a5c8d995f3c..56cc3031a11ce3478686c9e5ab00be6d59225630 100644 (file)
@@ -69,7 +69,7 @@ USEDLIBS += \
        LLVMTarget.a \
        LLVMipa.a \
        LLVMTransforms.a \
-       LLVMScalarOpts \
+       LLVMScalarOpts.a \
        LLVMAnalysis.a \
        LLVMTransformUtils.a \
        LLVMBCReader \