mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
6788e95757
llvm-svn: 5119
14 lines
293 B
Makefile
14 lines
293 B
Makefile
LEVEL = ../..
|
|
|
|
TOOLNAME = bugpoint
|
|
|
|
#OPTLIBS = 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
|