[PATCH] D34127: Make obj2yaml and yaml2obj support .debug$S and .debug$T sections
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 12 18:42:25 PDT 2017
I don't think there's a way, but I'll look into it. It could be that there
is a way technically but our yaml parser just doesn't support it yet.
On Mon, Jun 12, 2017 at 6:31 PM Reid Kleckner via Phabricator <
reviews at reviews.llvm.org> wrote:
> rnk added inline comments.
>
>
> ================
> Comment at: lld/test/COFF/Inputs/pdb1.yaml:33-34
> + Version: 'Microsoft (R) Optimizing Compiler'
> + - !Symbols
> + Records:
> + - Kind: S_GPROC32_ID
> ----------------
> Is there a way we can fold !Symbols and Records: together? They're both
> plural, but !Symbols always consists of a list of records.
>
>
> ================
> Comment at: lld/test/COFF/Inputs/pdb1.yaml:72
> + - !FileChecksums
> + Checksums:
> + - FileName: 'd:\b\ret42-main.c'
> ----------------
> Excellent! =D
>
>
> https://reviews.llvm.org/D34127
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170613/60b1bcbe/attachment.html>
More information about the llvm-commits
mailing list