llvm-6502/tools/llc/Makefile

12 lines
346 B
Makefile
Raw Normal View History

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