mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-24 05:09:34 +00:00
0ec220ca37
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2884 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
228 B
Makefile
9 lines
228 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = opt
|
|
|
|
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
|
|
ipo ipa datastructure transforms target analysis transformutils vmcore support emitfuncs
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|