X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fopt%2FMakefile;h=cfe97d77cd72460cefd7440186bbd4bceb86557b;hb=6cb9743eb86daa5ab9e1209167134cc4ae9c9044;hp=e8410ee716ebf67d695e4a1ee17f20b209331821;hpb=068f487ee59a703a6e52ed5b96e222cbf632374a;p=oota-llvm.git diff --git a/tools/opt/Makefile b/tools/opt/Makefile index e8410ee716e..cfe97d77cd7 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -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