GeorgeKA wrote: - I should draw attention to a change I made when it comes to option prefixes. Put simply, I had to switch to using prefix "-" instead of "/" because of different error output for "/". I describe it [here](https://github.com/llvm/llvm-project/blob/1e6150bc23c3410945cddb9d1d33f6e57f5c3f60/clang/utils/generate_unsupported_in_drivermode.py#L404).
- Secondly, I had to add handling for matching option names, which was distinguished before by differing prefixes. Described [here](https://github.com/llvm/llvm-project/blob/1e6150bc23c3410945cddb9d1d33f6e57f5c3f60/clang/utils/generate_unsupported_in_drivermode.py#L450) - Also, I moved the flang fc1 testing to _flang/test/Driver/unsupported_in_flang_fc1.f90_ in order to use `%flang_fc1` https://github.com/llvm/llvm-project/pull/120900 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits