diff options
author | Ryan Prichard <rprichard@google.com> | 2024-09-19 06:43:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 09:43:54 -0400 |
commit | 2d26fc8c6c5015b77dc725695c1d957f412e4141 (patch) | |
tree | 31dc0dd8a586005d84cfa816fa56ac30f3d7dff9 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 4d459dfa41e1e7436d3eaa3c27c67a8e36f68b8b (diff) | |
download | llvm-2d26fc8c6c5015b77dc725695c1d957f412e4141.zip llvm-2d26fc8c6c5015b77dc725695c1d957f412e4141.tar.gz llvm-2d26fc8c6c5015b77dc725695c1d957f412e4141.tar.bz2 |
[libc++] Enable C++ stdatomic.h for all C++ versions (#95498)
This extension is motivated by Android's use of libc++, where
<stdatomic.h> has redirected to <atomic> for many years, long before it
was standardized in C++23.
When libc++'s stdatomic.h is included in C translation units, delegate
to the next stdatomic.h, which could come from Clang or libc.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions