diff options
author | Chris Lattner <sabre@nondot.org> | 2006-08-27 22:07:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-08-27 22:07:01 +0000 |
commit | 7f500f7f2a156cd7e5be1543e1f1e9e51f39396b (patch) | |
tree | a88c9efdf0486d86845a283a7931038166735f48 /tools/opt/Makefile | |
parent | 1c548b645ba91583ef567d264442cb2b71d6fb74 (diff) |
Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the
'autodetect .ll files' functionality.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r-- | tools/opt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 9e4cddfa97..4bb9ed53b1 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = opt REQUIRES_EH := 1 -USEDLIBS = LLVMAsmParser.a LLVMBCReader.a LLVMBCWriter.a LLVMInstrumentation.a \ +USEDLIBS = LLVMBCReader.a LLVMBCWriter.a LLVMInstrumentation.a \ LLVMScalarOpts.a LLVMipo.a LLVMipa.a LLVMDataStructure \ LLVMTransforms.a LLVMTarget.a LLVMTransformUtils.a LLVMAnalysis.a \ LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a |