1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00
llvm-mirror/tools/opt/Makefile
Chris Lattner a148c8ca93 Link to ipo library
llvm-svn: 1394
2001-11-26 19:21:02 +00:00

7 lines
173 B
Makefile

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