mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 08:46:23 +00:00
f5653226b5
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5796 91177308-0d34-0410-b5e6-96231b3b80d8
12 lines
261 B
Makefile
12 lines
261 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = opt
|
|
|
|
USEDLIBS = bcreader bcwriter \
|
|
instrument profpaths scalaropts \
|
|
ipo ipa.a datastructure transforms target.a analysis \
|
|
transformutils vmcore support
|
|
|
|
TOOLLINKOPTS = -ldl
|
|
|
|
include $(LEVEL)/Makefile.common
|