From 465be21950f9d1329ea4f0b1f2611cb2c2913bb0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 Oct 2005 01:13:21 +0000 Subject: [PATCH] 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 --- tools/llc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 82d6b991d22..56cc3031a11 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 \ -- 2.34.1