X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fbugpoint%2FMakefile;h=20493218b0646df24cd30676b972e611696e408a;hb=0a230e0d985625a3909cb78fd867a3abaf434565;hp=acafa838d0d1bcd46bb0752fe7f9dbea43a9eeff;hpb=7ba98a90008727e2fa0dfc1787cad71e1b6021eb;p=oota-llvm.git diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index acafa838d0d..20493218b06 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -2,16 +2,14 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../.. -TOOLNAME = bugpoint - -LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \ - linker -REQUIRES_EH := 1 +LEVEL := ../.. +TOOLNAME := bugpoint +LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \ + bitwriter irreader vectorize objcarcopts include $(LEVEL)/Makefile.common