[PATCH] D89391: [yaml2obj] - Allow specifying no tags to create empty sections in few cases.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 02:22:12 PDT 2020


jhenderson added a comment.

Some comment nits from me.



================
Comment at: llvm/test/tools/yaml2obj/ELF/llvm-addrsig-section.yaml:121
 
-## Either "Content" or "Symbols" must be specifed for SHT_LLVM_ADDRSIG sections.
+## Check we emit an empty section if neither "Content", "Size" not "Symbols" were set.
 
----------------
(or "none of X, Y, or Z were set")

Same below.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89391/new/

https://reviews.llvm.org/D89391



More information about the llvm-commits mailing list