1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/tools/opt/Makefile
Chris Lattner 24bcbdd155 *** empty log message ***
llvm-svn: 3002
2002-07-23 17:52:38 +00:00

11 lines
259 B
Makefile

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