llvm-6502/tools/bugpoint/Makefile
Chris Lattner 66de1893bc Link in lots o libraries
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5269 91177308-0d34-0410-b5e6-96231b3b80d8
2003-01-14 21:30:30 +00:00

14 lines
303 B
Makefile

LEVEL = ../..
TOOLNAME = bugpoint
OPTLIBS = transforms instrument profpaths
ANALIBS = datastructure ipa target.a
USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
transformutils asmparser bcreader bcwriter vmcore support
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common