aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp
diff options
context:
space:
mode:
authorKeno Fischer <keno@alumni.harvard.edu>2017-06-01 20:42:44 +0000
committerKeno Fischer <keno@alumni.harvard.edu>2017-06-01 20:42:44 +0000
commit3cdd4935cdde535b63fee1665f931f4c66384261 (patch)
tree037257a98e4b58237e6acbf97b140c13d5f7db38 /llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp
parent56584bbf16d70fbf2f07b5ce1a2fbf15f447abe5 (diff)
downloadllvm-3cdd4935cdde535b63fee1665f931f4c66384261.zip
llvm-3cdd4935cdde535b63fee1665f931f4c66384261.tar.gz
llvm-3cdd4935cdde535b63fee1665f931f4c66384261.tar.bz2
[DIBuilder] Add a more fine-grained finalization method
Summary: Clang wants to clone a function before it is done building the entire compilation unit. As of now, there is no good way to do that, because CloneFunction doesn't like dealing with temporary metadata. However, as long as clang doesn't want to add any variables to this SP, it should be fine to just prematurely finalize it. Add an API to allow this. This is done in preparation of a clang commit to fix the assertion that necessitated the revert of D33655. Reviewers: aprantl, dblaikie Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D33704 llvm-svn: 304467
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp')
0 files changed, 0 insertions, 0 deletions