llvm-mirror/tools/llc/Makefile

9 lines
231 B
Makefile
Raw Normal View History

LEVEL = ../..
TOOLNAME = llc
USEDLIBS = sparc regalloc sched select target \
2002-01-31 18:33:23 +00:00
instrument livevar bcreader bcwriter analysis transforms analysis \
scalaropts vmcore asmwriter support
include $(LEVEL)/Makefile.common