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 70a1ec3 commit bf2544eCopy full SHA for bf2544e
unittests/SILOptimizer/PartitionUtilsTest.cpp
@@ -97,6 +97,7 @@ struct MockedPartitionOpEvaluatorWithFailureCallback final
97
case PartitionOpError::AssignNeverSendableIntoSendingResult:
98
case PartitionOpError::InOutSendingNotInitializedAtExit:
99
case PartitionOpError::InOutSendingNotDisconnectedAtExit:
100
+ case PartitionOpError::NonSendableIsolationCrossingResult:
101
llvm_unreachable("Unsupported");
102
case PartitionOpError::LocalUseAfterSend: {
103
auto state = error.getLocalUseAfterSendError();
0 commit comments