[PATCH] D149439: [yaml2obj] Add support fot structured section data.
Jacek Caban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 14:10:31 PDT 2023
jacek updated this revision to Diff 536891.
jacek added a comment.
Updated with missing tests. I also noticed that using uint32_t instead of int32_t would be better, so that we can cover call values with 0x constants.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149439/new/
https://reviews.llvm.org/D149439
Files:
llvm/docs/yaml2obj.rst
llvm/include/llvm/ObjectYAML/COFFYAML.h
llvm/lib/ObjectYAML/COFFEmitter.cpp
llvm/lib/ObjectYAML/COFFYAML.cpp
llvm/test/tools/llvm-readobj/arm64ec-chpe.yaml
llvm/test/tools/yaml2obj/COFF/invalid-raw-data.yaml
llvm/test/tools/yaml2obj/COFF/mixed-data.yaml
llvm/test/tools/yaml2obj/COFF/structured-data.yaml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149439.536891.patch
Type: text/x-patch
Size: 9897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230703/49a46e06/attachment.bin>
More information about the llvm-commits
mailing list