aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2023-02-24 13:52:41 -0500
committerAaron Ballman <aaron@aaronballman.com>2023-02-24 13:52:41 -0500
commit898c673e0835a2df395dd2476ac8ee8972d6380b (patch)
tree5d77193d3562bfdeef00e698b28df7482ffac4ba /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
parent198292f26c17bbc4b9595aca0e9886a6a9806594 (diff)
downloadllvm-898c673e0835a2df395dd2476ac8ee8972d6380b.zip
llvm-898c673e0835a2df395dd2476ac8ee8972d6380b.tar.gz
llvm-898c673e0835a2df395dd2476ac8ee8972d6380b.tar.bz2
[C2x] Remove the ATOMIC_VAR_INIT macro from stdatomic.h
This implements WG14 N2886 (https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2886.htm) which removed the macro entirely. (NB the macro was deprecated in C17.) As the paper is not particularly clear on what alternative was picked, here are my notes from the May 2022 meeting: Does WG14 wish to adopt variant 1, change 3.2, 3.3, and 3.4 from N2886 into C23? 14/2/2 (consensus) Does WG14 want to exchange Variant 1 with Variant 2 in N2886 in C23? 9/3/6 (consensus) (There was no sentiment in the room for either Variant 3 or Variant 4 so those were not voted on.) Does WG14 want to integrate change 3.5 in N2886 into C23? 8/1/9 (consensus) Does WG14 want to integrate change 3.6 in N2886 into C23? 2/5/9 (no consensus) Any code that is broken by the removal can remove the use of ATOMIC_VAR_INIT and use regular initialization instead. Differential Revision: https://reviews.llvm.org/D144196
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions