diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2022-04-12 13:45:53 -0700 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2022-04-12 14:49:52 -0700 |
| commit | 163a9f4552bea71b2d53126a5f74f9a1b47d2865 (patch) | |
| tree | 725a0ce77158a2703b41db0e620b64e9f5bc8a2b /lldb/test/API/python_api/debugger/TestDebuggerAPI.py | |
| parent | 9dc7da3f9cb48ed7ba6c4806f4519d997f6671b5 (diff) | |
[MSan] Ensure argument shadow initialized on memcpy
We need to explicitly query the shadow here, because it is lazily
initialized for byval arguments. Without opaque pointers this used to
mostly work out, because there would be a bitcast to `i8*` present, and
that would query, and copy in case of byval, the argument shadow.
Reviewed By: vitalybuka, eugenis
Differential Revision: https://reviews.llvm.org/D123602
Diffstat (limited to 'lldb/test/API/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions
