[llvm-commits] CVS: llvm/tools/bugpoint/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 23 19:31:17 PDT 2005
Changes in directory llvm/tools/bugpoint:
Makefile updated: 1.13 -> 1.14
---
Log message:
Remove a now-unneeded library
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.13 llvm/tools/bugpoint/Makefile:1.14
--- llvm/tools/bugpoint/Makefile:1.13 Sun Oct 23 20:05:53 2005
+++ llvm/tools/bugpoint/Makefile Sun Oct 23 21:31:05 2005
@@ -10,7 +10,7 @@
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 \
More information about the llvm-commits
mailing list