From f1131b35af8ff6d4cf7f1b7b70f61251e0835e16 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Thu, 16 Dec 2004 23:07:13 +0000 Subject: Linking in all of ScalarOpts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19002 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/llc/Makefile') diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 44e80af..c89ed8c 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -24,7 +24,7 @@ USEDLIBS = \ LLVMSparcV9LiveVar \ LLVMipa.a \ LLVMTransforms.a \ - LLVMScalarOpts.a \ + LLVMScalarOpts \ LLVMAnalysis.a \ LLVMTransformUtils.a \ LLVMBCReader \ -- cgit v1.1