[PATCH] D106899: [LLVM][NFC] Use C++ 14 and C11 noreturn specifier

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 18:53:51 PDT 2021


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.

In Oct 2016, the minimum compiler requirement was raised to GCC 4.8/MSVC 2015.
We can use `[[noreturn]]` since then.

I migrated lld/. I will watch the build bots and migrate llvm/


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106899/new/

https://reviews.llvm.org/D106899



More information about the llvm-commits mailing list