[PATCH] D34127: Make obj2yaml and yaml2obj support .debug$S and .debug$T sections

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 23:46:58 PDT 2017


ObjectYAML already has a dep on LLVMDebugInfoCodeView so it shouldn't be a
problem I think.

On Tue, Jun 13, 2017 at 11:43 PM NAKAMURA Takumi via Phabricator <
reviews at reviews.llvm.org> wrote:

> chapuni added inline comments.
>
>
> ================
> Comment at: llvm/trunk/tools/obj2yaml/coff2yaml.cpp:13
> +#include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"
> +#include "llvm/DebugInfo/CodeView/StringsAndChecksums.h"
>  #include "llvm/Object/COFF.h"
> ----------------
> They introduce LLVMDebugInfoCodeView in libdeps.
>
>
> ================
> Comment at: llvm/trunk/tools/yaml2obj/yaml2coff.cpp:21
> +#include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.h"
> +#include "llvm/DebugInfo/CodeView/StringsAndChecksums.h"
>  #include "llvm/Object/COFF.h"
> ----------------
> ditto.
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D34127
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170614/02ea6685/attachment.html>


More information about the llvm-commits mailing list