X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fbugpoint%2FMakefile;h=174f8d25161eef3c4e8f1c2262b27f593b68a52d;hb=90f3f15da5c96356f9952109446f945090180b27;hp=65ffc13022f22178ad846ab85e21084a6e97dc59;hpb=24c4898973a074713201fb9351d302b9f7733e92;p=oota-llvm.git diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index 65ffc13022f..174f8d25161 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -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