Eliminate opt library
[oota-llvm.git] / tools / llc / Makefile
index 692a50349ffcf1941e16b3bf17126d3ca5df62b8..6acecc18142258108668a489c45a143a872e46b6 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../..
 TOOLNAME = llc
-USEDLIBS = sparc regalloc sched select sparc regalloc sched select target opt livevar bcreader vmcore asmwriter analysis support
+USEDLIBS = sparc regalloc sched select sparc regalloc sched select target instrument livevar bcreader bcwriter vmcore asmwriter analysis support transforms
 
 include $(LEVEL)/Makefile.common