mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Renamed library preselect to preopts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3841 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
25d80cdcc6
commit
dcde9bd285
@ -1,9 +1,11 @@
|
|||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TOOLNAME = llc
|
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 \
|
instrument livevar bcreader bcwriter ipo ipa.a datastructure.a \
|
||||||
scalaropts transforms analysis transformutils vmcore support
|
scalaropts transforms analysis transformutils vmcore support
|
||||||
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
||||||
|
|
||||||
|
KEEP_SYMBOLS = 1
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ LEVEL = ../..
|
|||||||
TOOLNAME = opt
|
TOOLNAME = opt
|
||||||
|
|
||||||
USEDLIBS = bcreader bcwriter instrument profpaths \
|
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 \
|
livevar scalaropts \
|
||||||
ipo ipa.a datastructure.a transforms target.a analysis \
|
ipo ipa.a datastructure.a transforms target.a analysis \
|
||||||
transformutils vmcore support
|
transformutils vmcore support
|
||||||
|
Loading…
Reference in New Issue
Block a user