1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/tools/opt/Makefile
Chris Lattner 7f36f7e9f0 Remove instloops library
llvm-svn: 7210
2003-07-21 19:07:27 +00:00

11 lines
279 B
Makefile

LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter \
instrument profpaths scalaropts \
ipo ipa.a datastructure transforms target.a analysis \
transformutils vmcore support
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common