summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 02:31:05 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 02:31:05 +0000
commit788318cb6980461bbc44a8fec6b218f63d3431f2 (patch)
treed7938272d7370c1292f4eea92ced8926282848af /llvm/tools
parent496a666266fc6595eaed83283c326f406268b8b3 (diff)
downloadbcm5719-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/Makefile2
-rw-r--r--llvm/tools/opt/Makefile2
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
OpenPOWER on IntegriCloud