================ @@ -13545,6 +13545,8 @@ def err_sycl_external_invalid_main : Error< "%0 cannot be applied to the 'main' function">; def err_sycl_external_invalid_deleted_function : Error< "%0 cannot be applied to an explicitly deleted function">; +def err_sycl_external_invalid_variadic_function : Error< + "%0 cannot be applied to a variadic function">; ---------------- Fznamznon wrote:
I wonder if sycl_external attribute just should be dropped from variadic functions. There is no point enforcing device codegen for these. https://github.com/llvm/llvm-project/pull/216393 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
