mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
4c20f7764d
it was causing linking errors. llvm-svn: 4959
16 lines
370 B
Makefile
16 lines
370 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 ipa.a \
|
|
transformutils vmcore support
|
|
|
|
TOOLLINKOPTS = -ldl
|
|
KEEP_SYMBOLS = 1
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|