Introduce a 'nonnull' metadata on Load instructions.
[oota-llvm.git] / tools / bugpoint / Makefile
index 5d287ef188aeb9af43b3e75cc76f1f99486ce9b0..174f8d25161eef3c4e8f1c2262b27f593b68a52d 100644 (file)
@@ -6,11 +6,13 @@
 # License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
 
-TOOLNAME = bugpoint
+LEVEL := ../..
+TOOLNAME := bugpoint
+LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
+                   bitwriter irreader vectorize objcarcopts codegen
 
-LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \
-                   linker bitreader bitwriter
+# Support plugins.
+NO_DEAD_STRIP := 1
 
 include $(LEVEL)/Makefile.common