[clang] [llvm] Support for dispatch construct (Sema & Codegen) support. (PR #117904)
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 27 09:22:34 PST 2024
================
@@ -417,7 +417,8 @@ void CodeGenFunction::EmitStmt(const Stmt *S, ArrayRef<const Attr *> Attrs) {
EmitOMPInteropDirective(cast<OMPInteropDirective>(*S));
break;
case Stmt::OMPDispatchDirectiveClass:
- CGM.ErrorUnsupported(S, "OpenMP dispatch directive");
+ // CGM.ErrorUnsupported(S, "OpenMP dispatch directive");
----------------
alexey-bataev wrote:
Must be removed
https://github.com/llvm/llvm-project/pull/117904
More information about the cfe-commits
mailing list