x86 doesn't actually want to custom lower v3i32
[oota-llvm.git] / tools / llvm-as / Makefile
index aa64d066674e658fa215af80740ef01bc08ee00b..c86b900b226595369a7029c3c14a76183b1e2cec 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TOOLNAME = llvm-as
-LINK_COMPONENTS := asmparser bcwriter
+LINK_COMPONENTS := asmparser bitwriter
 REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common