[all-commits] [llvm/llvm-project] f2026f: [mlir] Replace LLVM_ATTRIBUTE_NORETURN with C++11 ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jul 27 18:57:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2026f5d6e4fc593ba1d5f0fb5a3393688b8e6dc
https://github.com/llvm/llvm-project/commit/f2026f5d6e4fc593ba1d5f0fb5a3393688b8e6dc
Author: Fangrui Song <i at maskray.me>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M mlir/lib/Interfaces/DataLayoutInterfaces.cpp
Log Message:
-----------
[mlir] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[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