Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os x).
[oota-llvm.git] / tools / bugpoint / Makefile
index 20493218b0646df24cd30676b972e611696e408a..96c0fcf519e651d6900072ef8d982935ffabb827 100644 (file)
@@ -12,4 +12,7 @@ TOOLNAME := bugpoint
 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
                    bitwriter irreader vectorize objcarcopts
 
+# Support plugins.
+NO_DEAD_STRIP := 1
+
 include $(LEVEL)/Makefile.common