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 | 788318cb6980461bbc44a8fec6b218f63d3431f2 (patch) | |
| tree | d7938272d7370c1292f4eea92ced8926282848af /llvm/tools | |
| parent | 496a666266fc6595eaed83283c326f406268b8b3 (diff) | |
| download | bcm5719-llvm-788318cb6980461bbc44a8fec6b218f63d3431f2.tar.gz bcm5719-llvm-788318cb6980461bbc44a8fec6b218f63d3431f2.zip | |
Remove a now-unneeded library
llvm-svn: 23942
Diffstat (limited to 'llvm/tools')
| -rw-r--r-- | llvm/tools/bugpoint/Makefile | 2 | ||||
| -rw-r--r-- | llvm/tools/opt/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/bugpoint/Makefile b/llvm/tools/bugpoint/Makefile index fdb587ccea2..6460aa82aa2 100644 --- a/llvm/tools/bugpoint/Makefile +++ b/llvm/tools/bugpoint/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = bugpoint -OPTLIBS = LLVMTransforms.a LLVMInstrumentation.a LLVMProfilePaths +OPTLIBS = LLVMTransforms.a LLVMInstrumentation.a ANALIBS = LLVMDataStructure LLVMipa.a LLVMTarget.a USEDLIBS = LLVMipo.a LLVMScalarOpts.a $(OPTLIBS) $(ANALIBS) LLVMAnalysis.a \ diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile index 75f5fbc0a24..4fd8293eb03 100644 --- a/llvm/tools/opt/Makefile +++ b/llvm/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 |

