summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
diff options
context:
space:
mode:
authorDevon Loehr <DKLoehr@users.noreply.github.com>2025-02-22 03:46:08 -0500
committerGitHub <noreply@github.com>2025-02-22 16:46:08 +0800
commitbac4171073399352e5bd0ba541820e2a9b3f37d7 (patch)
tree1f5a77c7642e27924b8567a6106c9b534ea3617b /lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
parent876174ffd7533dc220f94721173bb767b659fa7f (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