summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Makefile
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
commitad62eef794135e487abbddc076e8da13bd09f1dc (patch)
tree2e7fc73703a2f95873f87ad1ad7c01b75f96197d /tools/bugpoint/Makefile
parent71478a09b5a60d387e8f4d061797610ef50f6dc7 (diff)
downloadllvm-ad62eef794135e487abbddc076e8da13bd09f1dc.tar.gz
llvm-ad62eef794135e487abbddc076e8da13bd09f1dc.tar.bz2
llvm-ad62eef794135e487abbddc076e8da13bd09f1dc.tar.xz
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/bugpoint/Makefile')
-rw-r--r--tools/bugpoint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile
index fdb587ccea..6460aa82aa 100644
--- a/tools/bugpoint/Makefile
+++ b/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 \