Introduce a 'nonnull' metadata on Load instructions.
[oota-llvm.git] / tools / bugpoint / Makefile
index 65ffc13022f22178ad846ab85e21084a6e97dc59..174f8d25161eef3c4e8f1c2262b27f593b68a52d 100644 (file)
@@ -10,6 +10,9 @@
 LEVEL := ../..
 TOOLNAME := bugpoint
 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
-                   bitwriter vectorize objcarcopts
+                   bitwriter irreader vectorize objcarcopts codegen
+
+# Support plugins.
+NO_DEAD_STRIP := 1
 
 include $(LEVEL)/Makefile.common