Fix an issue where LLDB was not masking enough bits off of objc classes data() pointe...
authorEnrico Granata <egranata@apple.com>
Tue, 13 Sep 2016 00:22:49 +0000 (00:22 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 13 Sep 2016 00:22:49 +0000 (00:22 +0000)
commitb82825b6d57afb267e263d45e78a3d28587e1c6f
treeefb33d4cb8fde18f5e26748f3cb6129a772cc1b1
parent8a42d4b9cc038744eeb3f3276a6ecb36a32018c0
Fix an issue where LLDB was not masking enough bits off of objc classes data() pointers, effectively rendering us unable to generate descriptors for some classes

Fixes rdar://27758358

llvm-svn: 281282
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp