[all-commits] [llvm/llvm-project] 323b9b: [lld] Replace LLVM_ATTRIBUTE_NORETURN with [[noret...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jul 27 18:51:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 323b9bf862552c126865319d84afbad16a9f4941
https://github.com/llvm/llvm-project/commit/323b9bf862552c126865319d84afbad16a9f4941
Author: Fangrui Song <i at maskray.me>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M lld/include/lld/Common/ErrorHandler.h
M lld/tools/lld/lld.cpp
Log Message:
-----------
[lld] Replace LLVM_ATTRIBUTE_NORETURN with [[noreturn]]
[[noreturn]] can be used since 2016 when the minimum compiler requirement was bumped to GCC 4.8/MSVC 2015.
More information about the All-commits
mailing list