[flang-commits] [clang] [flang] [flang][driver] Support -gdwarf-N option. (PR #158314)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Fri Sep 12 09:17:49 PDT 2025
================
@@ -4687,6 +4688,7 @@ def gdwarf_4 : Flag<["-"], "gdwarf-4">, Group<g_Group>,
HelpText<"Generate source-level debug information with dwarf version 4">;
def gdwarf_5 : Flag<["-"], "gdwarf-5">, Group<g_Group>,
HelpText<"Generate source-level debug information with dwarf version 5">;
----------------
tblah wrote:
Are you sure this doesn't change the non-flang visibility of these options?
https://github.com/llvm/llvm-project/pull/158314
More information about the flang-commits
mailing list