GCCLD actually does transformations to simplify the linked program now.
[oota-llvm.git] / tools / gccld / Makefile
index 5d99de30f09927749acf021d7705a0c8c6784686..c4e2987a4bb1a1b55373cd2cd1e6689f32fe684a 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../..
 
 TOOLNAME = gccld
-USEDLIBS = transforms bcreader bcwriter analysis vmcore support
+USEDLIBS = transforms ipo ipa analysis scalaropts target bcreader bcwriter vmcore support
 
 include $(LEVEL)/Makefile.common