Skip to content

Commit 865224a

Browse files
authored
Merge pull request #32500 from gottesmm/pr-5bf52cd2656f1b9313339bfb9cead2b6edefb0f5
2 parents ecad335 + 3d3a3c2 commit 865224a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/Verifier/LinearLifetimeCheckerPrivate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class LLVM_LIBRARY_VISIBILITY LinearLifetimeChecker::ErrorBuilder {
208208
}
209209

210210
llvm::errs() << "Found ownership error?!\n";
211-
llvm::report_fatal_error("triggering standard assertion failure routine");
211+
assert(0 && "triggering standard assertion failure routine");
212212
}
213213
};
214214

0 commit comments

Comments
 (0)