[clang] [flang] [Clang] Introduce `--offload-targets` for `-fopenmp-targets` (PR #146594)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 1 21:01:00 PDT 2025
================
@@ -1138,6 +1138,10 @@ def fno_convergent_functions : Flag<["-"], "fno-convergent-functions">,
// Common offloading options
let Group = offload_Group in {
+def offload_targets_EQ : Joined<["--"], "offload-targets=">,
----------------
jhuber6 wrote:
Right, forgot that, thanks.
https://github.com/llvm/llvm-project/pull/146594
More information about the cfe-commits
mailing list