[flang-commits] [clang] [flang] [Clang] Introduce `--offload-targets` for `-fopenmp-targets` (PR #146594)
Joseph Huber via flang-commits
flang-commits at lists.llvm.org
Tue Jul 1 21:00:15 PDT 2025
================
@@ -116,6 +116,8 @@ def err_drv_cuda_host_arch : Error<
"unsupported architecture '%0' for host compilation">;
def err_drv_mix_cuda_hip : Error<
"mixed CUDA and HIP compilation is not supported">;
+def err_drv_mix_offload : Error<
----------------
jhuber6 wrote:
Oh that's leftover.
https://github.com/llvm/llvm-project/pull/146594
More information about the flang-commits
mailing list