[llvm-commits] CVS: llvm/tools/llc/Makefile
Vikram Adve
vadve at psmith.cs.uiuc.edu
Thu Sep 19 19:41:00 PDT 2002
Changes in directory llvm/tools/llc:
Makefile updated: 1.27 -> 1.28
---
Log message:
Renamed library preselect to preopts.
---
Diffs of the changes:
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.27 llvm/tools/llc/Makefile:1.28
--- llvm/tools/llc/Makefile:1.27 Tue Sep 17 15:40:22 2002
+++ llvm/tools/llc/Makefile Thu Sep 19 19:38:30 2002
@@ -1,9 +1,11 @@
LEVEL = ../..
TOOLNAME = llc
-USEDLIBS = mapping sparc target.a regalloc sched select preselect target.a \
+USEDLIBS = mapping sparc target.a regalloc sched select preopts postopts.a target.a \
instrument livevar bcreader bcwriter ipo ipa.a datastructure.a \
scalaropts transforms analysis transformutils vmcore support
TOOLLINKOPTS = -ldl $(ExportSymbols)
+
+KEEP_SYMBOLS = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list