This revision was automatically updated to reflect the committed changes.
Closed by commit rL271209: [LLDB] Make sure that indexing is done before
clearing DIE info (authored by cameron314).
Changed prior to commit:
http://reviews.llvm.org/D20738?vs=58661&id=58965#toc
Repository:
rL LLVM
ht
Author: cameron314
Date: Mon May 30 10:32:51 2016
New Revision: 271209
URL: http://llvm.org/viewvc/llvm-project?rev=271209&view=rev
Log:
[LLDB] Make sure that indexing is done before clearing DIE info
"ClearDIEs()" was being called too soon, before everyone was done using the
DIEs.
This fix del