diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-22 10:18:02 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-22 10:22:06 -0700 |
commit | 0bff9bd26e3d8b424f96f66b4297a73a873c4e53 (patch) | |
tree | fc5bcc9d2f50e12d35d748046aa3b6d5a8637fb6 /lldb/packages/Python/lldbsuite/test/commands/command/script/callables.py | |
parent | 3bf7fddeb05655d9baed4cc69e13535c677ed1dd (diff) | |
download | bcm5719-llvm-0bff9bd26e3d8b424f96f66b4297a73a873c4e53.tar.gz bcm5719-llvm-0bff9bd26e3d8b424f96f66b4297a73a873c4e53.zip |
[lldb] Adjust for the new class_rw_t layout.
The field holding the "ro" will now be a union. If the low bit is set,
then it isn't an ro and it needs to be dereferenced once more to get to
it. If the low bit isn't set, then it is a proper class_ro_t
No dedicated test is needed as this code path will trigger when running
the existing Objective-C tests under a current version of the runtime.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/script/callables.py')
0 files changed, 0 insertions, 0 deletions