Straighten out makefiles after moving code to new Transform Utils library
[oota-llvm.git] / tools / llc / Makefile
1 LEVEL = ../..
2 TOOLNAME = llc
3 USEDLIBS = sparc regalloc sched select target \
4            instrument livevar bcreader bcwriter analysis transforms \
5            scalaropts transformutils vmcore support
6
7 include $(LEVEL)/Makefile.common
8