X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fbugpoint%2FMakefile;h=b821b6c7bd2335079129d1b87fd13499831bcb98;hb=f399235a03e5318804a6833580cd35cbbf9cd4db;hp=43f1c91d3006d399bc1c2b8a8b7539c73f031755;hpb=afade9294af43c6b947b9aeaa1555883d5f853e3;p=oota-llvm.git diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index 43f1c91d300..b821b6c7bd2 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -1,13 +1,17 @@ +##===- tools/bugpoint/Makefile -----------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = bugpoint -OPTLIBS = instrument profpaths scalaropts ipo -ANALIBS = datastructure ipa target.a analysis - -USEDLIBS = ipo scalaropts $(ANALIBS) \ - transformutils asmparser bcreader bcwriter vmcore support - -TOOLLINKOPTS = -ldl +LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \ + linker bitreader bitwriter +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common