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