================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to