mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
cb8c2d31c2
llvm-svn: 2520
8 lines
217 B
Makefile
8 lines
217 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = opt
|
|
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
|
|
ipo ipa datastructure transforms target analysis transformutils vmcore support
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|