[flang-commits] [clang] [flang] [flang][driver] Support -gdwarf-N option. (PR #158314)
Anchu Rajendran S via flang-commits
flang-commits at lists.llvm.org
Fri Sep 12 12:05:20 PDT 2025
https://github.com/anchuraj commented:
Hi @abidh , Thank you for the change. LGTM except the default visibility change. However, merging this change alone would mean flang would be accepting this option without any indication that it is not handled. It would be nice if
- In Flang.cpp, you can throw a warning that it is not handled before merging this change.
- Move the codegen opts changes (CompilerInvocation and CodeGenOpt) to the lowering changes in future so they get tested when the lowering change is added
https://github.com/llvm/llvm-project/pull/158314
More information about the flang-commits
mailing list