[flang-commits] [clang] [flang] [flang][Driver] Support -gsplit-dwarf. (PR #160540)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Thu Sep 25 06:44:44 PDT 2025
================
@@ -8437,6 +8437,10 @@ def dependent_lib : Joined<["--"], "dependent-lib=">,
HelpText<"Add dependent library">,
MarshallingInfoStringVector<CodeGenOpts<"DependentLibraries">>;
+def split_dwarf_file : Separate<["-"], "split-dwarf-file">,
+ HelpText<"Name of the split dwarf debug info file to encode in the object file">,
----------------
tarunprabhu wrote:
I missed this the first time around. I know that is already existed, but the wording is a bit unclear to me. Is the split dwarf debug info file actually encoded e.g. converted to base64 or something, into the object file? Is it "embedded" in the object file? Or is it something else?
It could be that I have misunderstood it. We don't have to do anything about this.
https://github.com/llvm/llvm-project/pull/160540
More information about the flang-commits
mailing list