================ @@ -95,6 +95,9 @@ def err_drv_hipspv_no_hip_path : Error< "'--hip-path' must be specified when offloading to SPIR-V unless '-nogpuinc' " "is given">; +def err_drv_sycl_no_rdc_multiple_targets : Error< + "'%0' is not supported with multiple SYCL offloading targets">; ---------------- YuriPlyakhin wrote:
I don't think that it is a fundamental limitation. I think it could be provided in the future. So, I'll keep the error as is. https://github.com/llvm/llvm-project/pull/218089 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
