mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-04 10:00:50 +00:00
c582c69c7a
llvm-svn: 5269
14 lines
303 B
Makefile
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
|