We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323b9bf commit f2026f5Copy full SHA for f2026f5
mlir/lib/Interfaces/DataLayoutInterfaces.cpp
@@ -23,7 +23,7 @@ using namespace mlir;
23
24
/// Reports that the given type is missing the data layout information and
25
/// exits.
26
-static LLVM_ATTRIBUTE_NORETURN void reportMissingDataLayout(Type type) {
+[[noreturn]] static void reportMissingDataLayout(Type type) {
27
std::string message;
28
llvm::raw_string_ostream os(message);
29
os << "neither the scoping op nor the type class provide data layout "
0 commit comments