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 7e08c4a commit eb7b34dCopy full SHA for eb7b34d
lib/Backend/LinearScan.cpp
@@ -5143,7 +5143,7 @@ void LinearScan::GeneratorBailIn::BuildBailInSymbolList(
5143
}
5144
NEXT_BITSET_IN_SPARSEBV_EDITING;
5145
5146
- AssertMsg(unrestorableSymbols.IsEmpty(), "There are unrestorable backend-only symbols across yield points");
+ AssertOrFailFastMsg(unrestorableSymbols.IsEmpty(), "There are unrestorable backend-only symbols across yield points");
5147
5148
5149
void LinearScan::GeneratorBailIn::InsertRestoreSymbols(
0 commit comments