Remove the -emit-bytecode option. Noone in the llvm tree uses it, and this
[oota-llvm.git] / tools / llvm-upgrade / Makefile
index b20da76b608acbe615129f30383d525ff59c076c..1bd936b000d26cf4c128eb42eee3e5919d0d0e7d 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TOOLNAME = llvm-upgrade
-LINK_COMPONENTS := BCWriter Core support system
+LINK_COMPONENTS := Core support system
 REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common