[llvm-commits] CVS: llvm/tools/opt/Makefile
Anand Shukla
ashukla at cs.uiuc.edu
Fri Jul 18 11:27:02 PDT 2003
Changes in directory llvm/tools/opt:
Makefile updated: 1.41 -> 1.42
---
Log message:
Added pass to instrument backedges for lightweight tracing
---
Diffs of the changes:
Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.41 llvm/tools/opt/Makefile:1.42
--- llvm/tools/opt/Makefile:1.41 Thu Jul 10 11:35:17 2003
+++ llvm/tools/opt/Makefile Fri Jul 18 11:25:40 2003
@@ -4,8 +4,7 @@
USEDLIBS = bcreader bcwriter \
instrument profpaths scalaropts \
ipo ipa.a datastructure transforms target.a analysis \
- transformutils vmcore support
-
+ transformutils vmcore support instloops
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list