aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-07-01 18:22:13 +0000
committerDouglas Gregor <dgregor@apple.com>2011-07-01 18:22:13 +0000
commit3cc1581020a7d3ad21455b3fd1cf3f999270fd3b (patch)
tree0f387b2d4738517dfb51366ce29ccc4f514c62c0 /lldb/scripts/Python
parent703a0fbf390bae4a6c087fb28f40e0b8e21644e5 (diff)
downloadllvm-3cc1581020a7d3ad21455b3fd1cf3f999270fd3b.zip
llvm-3cc1581020a7d3ad21455b3fd1cf3f999270fd3b.tar.gz
llvm-3cc1581020a7d3ad21455b3fd1cf3f999270fd3b.tar.bz2
When we create a precompiled preamble, don't copy the
CompilerInvocation on the stack, because other objects (e.g., the CompilerInstance) maintain an intrusive reference-counted pointer to the CompilerInvocation. This doesn't matter in the normal case, because we take back the CompilerInvocation. However, during crash recovery, this leads to us trying to free an object on the stack, and hilarity ensues. Fixes <rdar://problem/9652540>. llvm-svn: 134245
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions