1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/tools/opt/Makefile
Chris Lattner 10a9b7627d Eliminate opt library
llvm-svn: 1516
2002-01-21 23:13:46 +00:00

8 lines
193 B
Makefile

LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter asmwriter analysis instrument transforms \
scalaropts ipo target analysis vmcore support
include $(LEVEL)/Makefile.common