mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
2c263e2ec7
so now we can link to analyze.a again. llvm-svn: 3433
11 lines
259 B
Makefile
11 lines
259 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = opt
|
|
|
|
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
|
|
ipo ipa.a datastructure.a transforms target.a analysis.a \
|
|
transformutils vmcore support
|
|
TOOLLINKOPTS = -ldl
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|