summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 01:13:21 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 01:13:21 +0000
commit465be21950f9d1329ea4f0b1f2611cb2c2913bb0 (patch)
tree658b40687eec23c123a24585af2f946d60b7c979 /tools/llc/Makefile
parent5e22a6486ade7bad558eea0c019a60899441039d (diff)
downloadllvm-465be21950f9d1329ea4f0b1f2611cb2c2913bb0.tar.gz
llvm-465be21950f9d1329ea4f0b1f2611cb2c2913bb0.tar.bz2
llvm-465be21950f9d1329ea4f0b1f2611cb2c2913bb0.tar.xz
pull in the archive version of this lib to reduce exe size
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23929 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 82d6b991d2..56cc3031a1 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -69,7 +69,7 @@ USEDLIBS += \
LLVMTarget.a \
LLVMipa.a \
LLVMTransforms.a \
- LLVMScalarOpts \
+ LLVMScalarOpts.a \
LLVMAnalysis.a \
LLVMTransformUtils.a \
LLVMBCReader \