[PATCH] D98003: [obj2yaml] Implement parsing sections and auxiliary entries of XCOFF.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 7 01:43:25 PDT 2021
jhenderson added inline comments.
================
Comment at: llvm/test/tools/obj2yaml/XCOFF/aix.yaml:1
# RUN: obj2yaml %S/Inputs/aix_xcoff.o | FileCheck %s
# Test that we can parse the XCOFF object file correctly.
----------------
Esme wrote:
> jhenderson wrote:
> > It would be nice if we could replace the canned binary input with a YAML input and then use yaml2obj to produce the YAML for consumption by obj2yaml at some point in the future. That'll allow us proper flexibility to test all code paths.
> Yes, I agree with that. However, the yaml2obj is not yet fully implemented and some fields this test need like the symbol auxiliary entries are not yet supported in yaml2obj. I will replace the canned binary input with a YAML input in the future.
Is there a particular need for obj2yaml support ahead of yaml2obj support for these things? I'm just wondering whether it would be better to wait.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98003/new/
https://reviews.llvm.org/D98003
More information about the llvm-commits
mailing list