mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-27 05:30:29 +00:00
6a4a4cd837
tabs for readability. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4970 91177308-0d34-0410-b5e6-96231b3b80d8
13 lines
354 B
Makefile
13 lines
354 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = opt
|
|
|
|
USEDLIBS = bcreader bcwriter instrument profpaths \
|
|
sparc mapping regalloc.a sched select codegen preopts \
|
|
postopts.a livevar scalaropts \
|
|
ipo ipa.a datastructure transforms target.a analysis \
|
|
transformutils vmcore support
|
|
|
|
TOOLLINKOPTS = -ldl
|
|
|
|
include $(LEVEL)/Makefile.common
|