diff options
author | Greg Clayton <gclayton@apple.com> | 2012-01-07 20:58:07 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-01-07 20:58:07 +0000 |
commit | 48ca8b8fe2b47597a33c62fac1e83c18432307df (patch) | |
tree | 1f60574c075c8d8004f19872300142ee51f815cd /llvm/lib/MC/MCObjectStreamer.cpp | |
parent | 083dbdca7fdef68c31aa1f40a9cc5190589315c9 (diff) | |
download | bcm5719-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/MC/MCObjectStreamer.cpp')
0 files changed, 0 insertions, 0 deletions