mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 15:24:04 +00:00
11 lines
279 B
Makefile
11 lines
279 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = opt
|
|
|
|
USEDLIBS = bcreader bcwriter \
|
|
instrument profpaths scalaropts \
|
|
ipo ipa.a datastructure transforms target.a analysis \
|
|
transformutils vmcore support
|
|
TOOLLINKOPTS = $(PLATFORMLIBDL)
|
|
|
|
include $(LEVEL)/Makefile.common
|