mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
17f041ba98
it is needed. llvm-svn: 6753
14 lines
315 B
Makefile
14 lines
315 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 = $(PLATFORMLIBDL)
|
|
|
|
include $(LEVEL)/Makefile.common
|