Manually update the dependencies in the Makefiles. It turns out that all
[oota-llvm.git] / tools / llc / Makefile
index b32d5575d53ec2827a25acea2d1294785fce14a5..c24f378bc53891d2c94be103d6c06e5bbf868c71 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL := ../..
 TOOLNAME := llc
-LINK_COMPONENTS := all-targets bitreader asmparser
+LINK_COMPONENTS := all-targets bitreader asmparser irreader
 
 include $(LEVEL)/Makefile.common