Implement the start of the miscompilation detection stuff
[oota-llvm.git] / tools / bugpoint / Makefile
1 LEVEL = ../..
2
3 TOOLNAME = bugpoint
4
5 #OPTLIBS  = instrument profpaths 
6 ANALIBS  = datastructure ipa target.a 
7
8 USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
9            transformutils asmparser bcreader bcwriter vmcore support
10
11 TOOLLINKOPTS = -ldl
12
13 include $(LEVEL)/Makefile.common