mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 02:32:08 +00:00
c9d8beff59
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4543 91177308-0d34-0410-b5e6-96231b3b80d8
16 lines
373 B
Makefile
16 lines
373 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = opt
|
|
|
|
USEDLIBS = bcreader bcwriter instrument profpaths \
|
|
sparc target.a mapping regalloc.a sched select codegen preopts \
|
|
postopts.a \
|
|
livevar scalaropts \
|
|
ipo ipa.a datastructure transforms target.a analysis \
|
|
transformutils vmcore support
|
|
|
|
TOOLLINKOPTS = -ldl
|
|
KEEP_SYMBOLS = 1
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|