[Support] Remove LLVM_ATTRIBUTE_NORETURN
Code should use C++11 [[noreturn]] or C11 _Noreturn instead. Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D106899
Loading
Please sign in to comment
Code should use C++11 [[noreturn]] or C11 _Noreturn instead. Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D106899