[PATCH] D147941: [Flang][Driver][OpenMP] Enable flags for filtering of offloading passes in flang
Sergio Afonso via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 10 07:30:18 PDT 2023
skatrak added a comment.
In D147941#4255458 <https://reviews.llvm.org/D147941#4255458>, @awarzynski wrote:
> Could you add tests that demonstrate what these options actually do?
Thank you for the quick review! These options just modify which `flang-new -fc1` invocations are produced by the driver when compiling for device offloading. I have added tests that check that only the expected invocations are present, but if these tests are not what you'd expect I'd gladly make some more if you can explain a bit further what you had in mind.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147941/new/
https://reviews.llvm.org/D147941
More information about the cfe-commits
mailing list