[C++] Use 'nullptr'. Tools edition.
[oota-llvm.git] / tools / bugpoint / Makefile
index 20493218b0646df24cd30676b972e611696e408a..174f8d25161eef3c4e8f1c2262b27f593b68a52d 100644 (file)
@@ -10,6 +10,9 @@
 LEVEL := ../..
 TOOLNAME := bugpoint
 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
-                   bitwriter irreader vectorize objcarcopts
+                   bitwriter irreader vectorize objcarcopts codegen
+
+# Support plugins.
+NO_DEAD_STRIP := 1
 
 include $(LEVEL)/Makefile.common