Renamed library preselect to preopts.

llvm-svn: 3841
This commit is contained in:
Vikram S. Adve 2002-09-20 00:43:20 +00:00
parent 5e1c434572
commit 3e1dc145bd
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@ LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
sparc target.a mapping regalloc.a sched select preselect \
sparc target.a mapping regalloc.a sched select preopts postopts.a \
livevar scalaropts \
ipo ipa.a datastructure.a transforms target.a analysis \
transformutils vmcore support