mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
40f70117b4
llvm-svn: 3841
12 lines
346 B
Makefile
12 lines
346 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = llc
|
|
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
|
|
|