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