forked from OSchip/llvm-project
14 lines
294 B
Makefile
14 lines
294 B
Makefile
![]() |
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
|
||
|
|
||
|
include $(LEVEL)/Makefile.common
|