[flang-commits] [clang] [flang] [Flang][Driver] Introduce -fopenmp-targets offloading option (PR #100152)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Mon Jul 29 06:56:03 PDT 2024
skatrak wrote:
> 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.
Thank you for the comment. Actually, this PR doesn't add any new driver options to flang. It just enables the `-fopenmp-targets` option to be forwarded to the flang frontend (`flang-new -fc1`) as well. Previously, it was only accepted by the driver.
https://github.com/llvm/llvm-project/pull/100152
More information about the flang-commits
mailing list