llvm-6502/tools/llc/Makefile
2002-09-17 20:40:22 +00:00

10 lines
319 B
Makefile

LEVEL = ../..
TOOLNAME = llc
USEDLIBS = mapping sparc target.a regalloc sched select preselect target.a \
instrument livevar bcreader bcwriter ipo ipa.a datastructure.a \
scalaropts transforms analysis transformutils vmcore support
TOOLLINKOPTS = -ldl $(ExportSymbols)
include $(LEVEL)/Makefile.common