[llvm-dev] [YAML][DebugInfo] Split DWARF with YAML
Xing GUO via llvm-dev
llvm-dev at lists.llvm.org
Mon Apr 12 18:56:25 PDT 2021
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
More information about the llvm-dev
mailing list