R600: Replace dyn_cast + assert with cast
[oota-llvm.git] / tools / bugpoint / Makefile
index 34f4bddb01855e5319ef3f82e631302876302e2f..174f8d25161eef3c4e8f1c2262b27f593b68a52d 100644 (file)
@@ -10,6 +10,9 @@
 LEVEL := ../..
 TOOLNAME := bugpoint
 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
-                   bitwriter vectorize
+                   bitwriter irreader vectorize objcarcopts codegen
+
+# Support plugins.
+NO_DEAD_STRIP := 1
 
 include $(LEVEL)/Makefile.common