expose LICM pass
[oota-llvm.git] / tools / opt / Makefile
index f30a0094d69cc62a1f053fe50fe4daa9614aadd8..cfe97d77cd72460cefd7440186bbd4bceb86557b 100644 (file)
@@ -1,7 +1,7 @@
 LEVEL = ../..
 TOOLNAME = opt
-USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \
-           ipo target analysis transforms vmcore support
+USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
+           ipo ipa datastructure transforms target analysis transformutils vmcore support
 
 include $(LEVEL)/Makefile.common