We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48a9cc commit 72acb3dCopy full SHA for 72acb3d
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