1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llc/Makefile
2002-09-16 16:36:13 +00:00

10 lines
302 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
include $(LEVEL)/Makefile.common