[llvm-commits] CVS: llvm/tools/bugpoint/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Jan 14 15:31:01 PST 2003
Changes in directory llvm/tools/bugpoint:
Makefile updated: 1.2 -> 1.3
---
Log message:
Link in lots o libraries
---
Diffs of the changes:
Index: llvm/tools/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.2 llvm/tools/bugpoint/Makefile:1.3
--- llvm/tools/bugpoint/Makefile:1.2 Mon Dec 23 17:49:59 2002
+++ llvm/tools/bugpoint/Makefile Tue Jan 14 15:30:30 2003
@@ -2,7 +2,7 @@
TOOLNAME = bugpoint
-#OPTLIBS = instrument profpaths
+OPTLIBS = transforms instrument profpaths
ANALIBS = datastructure ipa target.a
USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
More information about the llvm-commits
mailing list