mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 21:45:16 +00:00
362aa65cca
llvm-svn: 2015
8 lines
212 B
Makefile
8 lines
212 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = opt
|
|
USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \
|
|
ipo ipa datastructure target analysis transforms vmcore support
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|