mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
7e0b697190
llvm-svn: 3780
13 lines
344 B
Makefile
13 lines
344 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = opt
|
|
|
|
USEDLIBS = bcreader bcwriter instrument profpaths \
|
|
sparc target.a mapping regalloc.a sched select preselect \
|
|
livevar scalaropts \
|
|
ipo ipa.a datastructure.a transforms target.a analysis \
|
|
transformutils vmcore support
|
|
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|