Fix a typo in a comment.
[oota-llvm.git] / tools / llc / Makefile
index 8514040cf271ff7dd60ced0b41c51843f9b1bbf4..7319aada489e17e0c2dbeb46fc05e9f50e9c5a86 100644 (file)
@@ -15,7 +15,7 @@ TOOLNAME = llc
 # early so we can set up LINK_COMPONENTS before including Makefile.rules
 include $(LEVEL)/Makefile.config
 
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) bitreader
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) bitreader asmparser
 
 include $(LLVM_SRC_ROOT)/Makefile.rules