1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/tools/opt/Makefile
2002-12-12 05:29:32 +00:00

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