summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-12-16 23:07:13 +0000
committerTanya Lattner <tonic@nondot.org>2004-12-16 23:07:13 +0000
commitf1131b35af8ff6d4cf7f1b7b70f61251e0835e16 (patch)
treedd28737f0e5b13477cc46164dabd7d6b600be436 /tools/llc/Makefile
parent5f76760c880e6d61c229d2058c5699b033caeae1 (diff)
downloadllvm-f1131b35af8ff6d4cf7f1b7b70f61251e0835e16.tar.gz
llvm-f1131b35af8ff6d4cf7f1b7b70f61251e0835e16.tar.bz2
llvm-f1131b35af8ff6d4cf7f1b7b70f61251e0835e16.tar.xz
Linking in all of ScalarOpts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19002 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 44e80afbeb..c89ed8c089 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 \