[PATCH] D81581: [yaml2obj] - Fix the issues with SectionHeaderTable when Sections key is empty.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 10 09:57:01 PDT 2020
MaskRay added a comment.
Is it possible to use an omitted `Sections` (rather than an empty (`Sections: []`)) to represent that all section headers except `Excluded` should be present?
For `Sections: []`, a reader may expect that there is no section header.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81581/new/
https://reviews.llvm.org/D81581
More information about the llvm-commits
mailing list