================ @@ -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">; ---------------- tahonermann wrote:
Is this a fundamental limitation? Or something that could be, and perhaps will be, provided in the future? If the former, I suggest something like: ```suggestion def err_drv_sycl_no_rdc_multiple_targets : Error< "'%0' cannot be used when multiple SYCL device targets are specified.">; ``` https://github.com/llvm/llvm-project/pull/218089 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
