1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
llvm-mirror/tools/opt/Makefile
2003-07-18 16:25:40 +00:00

11 lines
289 B
Makefile

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