diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-24 02:31:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-24 02:31:05 +0000 |
commit | ad62eef794135e487abbddc076e8da13bd09f1dc (patch) | |
tree | 2e7fc73703a2f95873f87ad1ad7c01b75f96197d /tools/opt/Makefile | |
parent | 71478a09b5a60d387e8f4d061797610ef50f6dc7 (diff) | |
download | external_llvm-ad62eef794135e487abbddc076e8da13bd09f1dc.zip external_llvm-ad62eef794135e487abbddc076e8da13bd09f1dc.tar.gz external_llvm-ad62eef794135e487abbddc076e8da13bd09f1dc.tar.bz2 |
Remove a now-unneeded library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23942 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 75f5fbc..4fd8293 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = opt -USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a LLVMProfilePaths \ +USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a \ LLVMScalarOpts.a LLVMipo.a LLVMipa.a LLVMDataStructure LLVMTransforms.a \ LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMCore LLVMSupport.a \ LLVMbzip2 LLVMSystem.a |