mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-10 06:03:52 +00:00
2f0a51c419
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3813 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
362 B
Makefile
15 lines
362 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)
|
|
|
|
KEEP_SYMBOLS = 1
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|