diff options
author | Pavel Labath <pavel@labath.sk> | 2020-08-24 11:20:25 +0200 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2020-08-27 15:37:49 +0200 |
commit | 0de1463373918ae424cdcfeaa5b318f45c528696 (patch) | |
tree | 82c2eadafc56e6c373c02109521ade87ff62f32c /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 9cb222e749e8392517a138cf6645a7c220d671c8 (diff) | |
download | llvm-0de1463373918ae424cdcfeaa5b318f45c528696.zip llvm-0de1463373918ae424cdcfeaa5b318f45c528696.tar.gz llvm-0de1463373918ae424cdcfeaa5b318f45c528696.tar.bz2 |
[lldb] Fix Type::GetByteSize for pointer types
The function was returning an incorrect (empty) value on the first
invocation. Given that this only affected the first invocation, this
bug/typo went mostly unaffected. DW_AT_const_value were particularly
badly affected by this as the GetByteSize call is
SymbolFileDWARF::ParseVariableDIE is likely to be the first call of this
function, and its effects cannot be undone by retrying.
Depends on D86348.
Differential Revision: https://reviews.llvm.org/D86436
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions