summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-01-07 20:58:07 +0000
committerGreg Clayton <gclayton@apple.com>2012-01-07 20:58:07 +0000
commit48ca8b8fe2b47597a33c62fac1e83c18432307df (patch)
tree1f60574c075c8d8004f19872300142ee51f815cd /llvm/lib
parent083dbdca7fdef68c31aa1f40a9cc5190589315c9 (diff)
downloadbcm5719-llvm-48ca8b8fe2b47597a33c62fac1e83c18432307df.tar.gz
bcm5719-llvm-48ca8b8fe2b47597a33c62fac1e83c18432307df.zip
Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes.
The previous approach to controlling the recursion was doing it from outside the function which is not reliable. Now it is being done inside the function. This might not solve all of the crashes that we were seeing since there are other functions that clear the bit that indicates that the summary is in the process of being generated, but it might solve some. llvm-svn: 147741
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud