Use IRReader.h in opt, to support reading of LLVM Assembly files directly.
[oota-llvm.git] / tools / opt / Makefile
index 0afb0021757426e64f4d307a07870a43e11735da..b17be343a45abcd6124c5ddb5420072db0f31aee 100644 (file)
@@ -10,6 +10,6 @@ LEVEL = ../..
 TOOLNAME = opt
 REQUIRES_EH := 1
 
-LINK_COMPONENTS := bitreader bitwriter instrumentation scalaropts ipo
+LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo
 
 include $(LEVEL)/Makefile.common