1
0
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:
Chris Lattner 2002-08-21 22:17:28 +00:00
parent 02221dc679
commit 74b04d95d7

View File

@ -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