diff options
| author | Devon Loehr <DKLoehr@users.noreply.github.com> | 2025-02-22 03:46:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-22 16:46:08 +0800 |
| commit | bac4171073399352e5bd0ba541820e2a9b3f37d7 (patch) | |
| tree | 1f5a77c7642e27924b8567a6106c9b534ea3617b /lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py | |
| parent | 876174ffd7533dc220f94721173bb767b659fa7f (diff) | |
Remove xbegin and _xend (#126952)
`intrin.h` contains declarations for both `xbegin` and `_xend`, but they
should already be included transitively from `rtmintrin.h` via
`immintrin.h` and/or `x86intrin.h`. Having them in both places causes
problems if both headers are included.
Furthermore, the `intrin.h` declaration of `xbegin` seems to be bugged
anyway, since it's missing its leading underscore.
Fixes #95133
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions
