[flang-commits] [clang] [flang] [mlir] [flang][flang-driver] atomic control support (PR #143441)

Anchu Rajendran S via flang-commits flang-commits at lists.llvm.org
Wed Jun 11 14:50:54 PDT 2025


anchuraj wrote:

> Thanks for this.
> 
> Since you have added both `FlangOption` and `FC1Option` in `Options.td`, could you add a test that checks that the option is handled by the main driver as well as `fc1`. One that simply checks that the option gets passed down to `fc1` from the main driver would be sufficient.

Hi Thank you very much for reviewing. I have added the driver test case in https://github.com/llvm/llvm-project/pull/143769 (where it checks metadata is added) I will raise it for review after this is merged.

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


More information about the flang-commits mailing list