[PATCH] D98003: [obj2yaml] Implement parsing sections and auxiliary entries of XCOFF.
EsmeYi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 30 19:58:42 PDT 2021
Esme 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.
----------------
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.
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