Skip to content

Commit 39343d4

Browse files
author
git apple-llvm automerger
committed
Merge commit '5eff9ac65fcb' from llvm.org/release/21.x into stable/21.x
2 parents 1868570 + 5eff9ac commit 39343d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3395,6 +3395,7 @@ static llvm::omp::Directive convertCancellationConstructType(
33953395
case omp::ClauseCancellationConstructType::Taskgroup:
33963396
return llvm::omp::Directive::OMPD_taskgroup;
33973397
}
3398+
llvm_unreachable("Unhandled cancellation construct type");
33983399
}
33993400

34003401
static LogicalResult

0 commit comments

Comments
 (0)