diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2016-09-26 13:24:48 +0000 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2016-09-26 13:24:48 +0000 |
commit | f8f74c7dc1421ec39a66f14701e985a365481dff (patch) | |
tree | 90990ff674864f9902e8d7af358059c906a69966 /lldb/packages/Python/lldbsuite/test/linux | |
parent | 16f4ebbb9163cfb1725e9fd211ec5d90861940a7 (diff) | |
download | bcm5719-llvm-f8f74c7dc1421ec39a66f14701e985a365481dff.tar.gz bcm5719-llvm-f8f74c7dc1421ec39a66f14701e985a365481dff.zip |
tsan: simplify meta mapping
Don't xor user address with kAppMemXor in meta mapping.
The only purpose of kAppMemXor is to raise shadow for ~0 user addresses,
so that they don't map to ~0 (which would cause overlap between
user memory and shadow).
For meta mapping we explicitly add kMetaShadowBeg offset,
so we don't need to additionally raise meta shadow.
llvm-svn: 282403
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/linux')
0 files changed, 0 insertions, 0 deletions