================ @@ -12543,6 +12543,10 @@ def err_omp_transparent_invalid_value : Error<"invalid value for transparent cla " expected one of: omp_not_impex, omp_import, omp_export, omp_impex">; def err_omp_transparent_invalid_type : Error< "transparent clause cannot be applied to type: %0">; +def err_omp_num_teams_multi_expr_not_allowed + : Error<"only two expression allowed in 'num_teams' clause">; ---------------- ykhatav wrote:
Updated, thanks! https://github.com/llvm/llvm-project/pull/180608 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
