mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Link in all analyses so that we get pointer analysis support built in
llvm-svn: 3427
This commit is contained in:
parent
02221dc679
commit
74b04d95d7
@ -2,7 +2,7 @@ LEVEL = ../..
|
||||
TOOLNAME = opt
|
||||
|
||||
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
|
||||
ipo ipa.a datastructure.a transforms target.a analysis.a \
|
||||
ipo ipa.a datastructure.a transforms target.a analysis \
|
||||
transformutils vmcore support
|
||||
TOOLLINKOPTS = -ldl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user