[Lldb-commits] [lldb] [PAC][lldb][Dwarf] Support `__ptrauth`-qualified types in user expressions (PR #84387)
Daniil Kovalev via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 28 03:06:30 PDT 2024
================
@@ -216,6 +216,16 @@ class TypeSystem : public PluginInterface,
virtual uint32_t GetPointerByteSize() = 0;
+ // TODO: are we allowed to insert virtual functions in the middle of the class
+ // interface and break ABI?
----------------
kovdan01 wrote:
Thanks, deleted TODOs in ced59fd6d4fcaa1a4158708fde3a4b0e9af2e5c2
https://github.com/llvm/llvm-project/pull/84387
More information about the lldb-commits
mailing list