diff options
author | Roland McGrath <mcgrathr@google.com> | 2025-01-02 16:57:31 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 16:57:31 -0800 |
commit | 4010e0c45b87e4d073c407cae787e96d4808ad36 (patch) | |
tree | aacbd01f15235157518740d9cd37aa347f35b392 /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | 3cac26f5419b68d37e1919001e1c46a765df294f (diff) | |
download | llvm-4010e0c45b87e4d073c407cae787e96d4808ad36.zip llvm-4010e0c45b87e4d073c407cae787e96d4808ad36.tar.gz llvm-4010e0c45b87e4d073c407cae787e96d4808ad36.tar.bz2 |
[libc] Use __attribute__((__noreturn__)) for _Noreturn in C < 11 (#121252)
When in modes like C99, the _Noreturn keyword is not available in
C. But GNU-compatible compilers have a `noreturn` attribute with
the same effect on function declarations.
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions