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

Anastasia Stulova via flang-commits flang-commits at lists.llvm.org
Mon Jul 29 06:41:50 PDT 2024


AnastasiaStulova wrote:

> In my opinion, the decision to potentially rename or move to a different set of offloading flags should be independent from this work, as it doesn't really add anything new, it only replicates one of the features clang already has. If a change to that is agreed upon, we can then update both clang and flang separately. If people agree, I can merge these changes and perhaps the more general discussion could be continued in discourse.

I would agree that this discussion belongs to an RFC in discourse. I don't know if RFC should block the progress of this patch or not. The only issue I see is that this PR adds a new driver flag that may be used to compile the applications. Renaming the user visible flags is not that easy.  But if they get renamed before any compiler release then it should be fine.

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


More information about the flang-commits mailing list