[flang-commits] [clang] [flang] [Flang][Driver] Introduce -fopenmp-targets offloading option (PR #100152)

Johannes Doerfert via flang-commits flang-commits at lists.llvm.org
Wed Jul 24 14:26:50 PDT 2024


jdoerfert wrote:

I think we can/should go with the "--offload" set of flags, and potentially have an "--offload-targets=..." version that clang is missing. The latter is mostly not needed, as --offload-arch=..." is pretty good, but there are cases you want to make it explicit to pass on additional arguments to tool chains. Calling it "openmp" is counter productive, IMHO, but the interface itself seems fine to me.
@AnastasiaStulova do you have issues with the idea of providing offload triples in this way or just with the flag name?

https://github.com/llvm/llvm-project/pull/100152


More information about the flang-commits mailing list