DavidSpickett added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp:53
llvm::cantFail(TypeDeserializer::deserializeAs<ClassRecord>(cvt,
m_cvr.cr));
+ m_layout.bit_size = m_cvr.cr.getSize() * 8;
break;
----------------
Drive by comment: you have an extra space at the start of the added lines.
(unless phabricator is just indenting it for effect)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134656/new/
https://reviews.llvm.org/D134656
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits