[llvm-commits] CVS: reopt/tools/reopt-llc/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Sep 30 13:37:17 PDT 2004
Changes in directory reopt/tools/reopt-llc:
Makefile updated: 1.1 -> 1.2
---
Log message:
Add more libraries containing instrumentation passes.
---
Diffs of the changes: (+5 -1)
Index: reopt/tools/reopt-llc/Makefile
diff -u reopt/tools/reopt-llc/Makefile:1.1 reopt/tools/reopt-llc/Makefile:1.2
--- reopt/tools/reopt-llc/Makefile:1.1 Thu Sep 30 14:42:37 2004
+++ reopt/tools/reopt-llc/Makefile Thu Sep 30 15:37:07 2004
@@ -5,9 +5,12 @@
sparcv9 \
sparcv9regalloc \
sched \
- codegen \
target.a \
+ codegen \
sparcv9livevar \
+ instrument \
+ profpaths \
+ ipo.a \
ipa.a \
transforms.a \
scalaropts.a \
@@ -19,6 +22,7 @@
support.a \
LLVMsystem.a
+
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list