Djordje Todorovic via llvm-dev
2021-Apr-12 13:41 UTC
[llvm-dev] [YAML][DebugInfo] Split DWARF with YAML
Hi folks, I was wondering if there is a way to write "dwo" (split dwarf) sections with YAML. Basically, the yaml2obj tool would parse such file by using the ObjestYAML library. It is needed for some testing purposes. Best regards, Djordje -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210412/924bc597/attachment.html>
Xing GUO via llvm-dev
2021-Apr-13 01:56 UTC
[llvm-dev] [YAML][DebugInfo] Split DWARF with YAML
Hi Djordje, AFAIK, yaml2obj doesn't support writing "dwo" sections. It might be a good idea to add split DWARF support to yaml2obj. CC: James On 4/12/21, Djordje Todorovic via llvm-dev <llvm-dev at lists.llvm.org> wrote:> Hi folks, > > I was wondering if there is a way to write "dwo" (split dwarf) sections with > YAML. > Basically, the yaml2obj tool would parse such file by using the ObjestYAML > library. > > It is needed for some testing purposes. > > Best regards, > Djordje >-- Cheers, Xing