mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
f2e6a6be44
llvm-svn: 1410
7 lines
184 B
Makefile
7 lines
184 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = opt
|
|
USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms scalaropts ipo target analysis
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|