[Lldb-commits] [lldb] Strip authentication bits from vtable load address (PR #71128)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 3 16:26:11 PDT 2023
jasonmolenda wrote:
> I'm assuming lack of new tests is because testing is running existing tests on arm64e. LGTM.
Yeah, lldb can't get the dynamic type in any function that takes a base class argument but a subclass object is passed in (and they have virtual functions), there's tests for that already. But running the testsuite for arm64e requires some boot-args be set so we can't do it on the CI bots yet.
https://github.com/llvm/llvm-project/pull/71128
More information about the lldb-commits
mailing list