[all-commits] [llvm/llvm-project] d434f4: [LLDB][NativePDB] Add class/union layout bit size.
Zequan Wu via All-commits
all-commits at lists.llvm.org
Tue Sep 27 11:42:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d434f437200bdf8d94a47346dd5c64cc3cc5c5fa
https://github.com/llvm/llvm-project/commit/d434f437200bdf8d94a47346dd5c64cc3cc5c5fa
Author: Zequan Wu <zequanwu at google.com>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
A lldb/test/Shell/SymbolFile/NativePDB/packed_class_layout.cpp
Log Message:
-----------
[LLDB][NativePDB] Add class/union layout bit size.
Missing it causes lldb to crash or give incorrect result.
Differential Revision: https://reviews.llvm.org/D134656
More information about the All-commits
mailing list