mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
6a3b90dfad
llvm-svn: 5796
12 lines
261 B
Makefile
12 lines
261 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = opt
|
|
|
|
USEDLIBS = bcreader bcwriter \
|
|
instrument profpaths scalaropts \
|
|
ipo ipa.a datastructure transforms target.a analysis \
|
|
transformutils vmcore support
|
|
|
|
TOOLLINKOPTS = -ldl
|
|
|
|
include $(LEVEL)/Makefile.common
|