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

7 lines
184 B
Makefile
Raw Normal View History

2001-06-06 20:29:01 +00:00
LEVEL = ../..
TOOLNAME = opt
USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms scalaropts ipo target analysis
2001-06-06 20:29:01 +00:00
include $(LEVEL)/Makefile.common
2001-06-06 20:29:01 +00:00