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.
2 parents c8cfe8f + 66501f8 commit 40cff95Copy full SHA for 40cff95
lib/SIL/Verifier/LinearLifetimeCheckerPrivate.h
@@ -208,7 +208,7 @@ class LLVM_LIBRARY_VISIBILITY LinearLifetimeChecker::ErrorBuilder {
208
}
209
210
llvm::errs() << "Found ownership error?!\n";
211
- llvm_unreachable("triggering standard assertion failure routine");
+ llvm::report_fatal_error("triggering standard assertion failure routine");
212
213
};
214
0 commit comments