diff options
author | Joseph Huber <huberjn@outlook.com> | 2025-01-16 15:17:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-16 15:17:15 -0600 |
commit | 1c00d0d7768f959d80393012e93a53c3bad3c138 (patch) | |
tree | ffbc7dc934860960d65fc6707f1da6803b360721 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | d49a2d2bc9c65c787bfa04ac8ece614da48a8cd5 (diff) | |
download | llvm-1c00d0d7768f959d80393012e93a53c3bad3c138.zip llvm-1c00d0d7768f959d80393012e93a53c3bad3c138.tar.gz llvm-1c00d0d7768f959d80393012e93a53c3bad3c138.tar.bz2 |
[OpenMP] Remove hack around missing atomic load (#122781)
Summary:
We used to do a fetch add of zero to approximate a load. This is because
the NVPTX backend didn't handle this properly. It's not an issue anymore
so simply use the proper atomic builtin.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions