[PATCH] D90019: [yaml2obj] - Add a way to override the sh_addralign field of a section.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 23:13:56 PDT 2020


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/tools/yaml2obj/ELF/override-shaddralign.yaml:5
+## Test that we are able to override the sh_addralign section
+## field with use of "ShAddrAlign" key.
+
----------------
use of "ShAddrAlign" key -> ShAddrAlign or the "ShAddrAlign" key


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

https://reviews.llvm.org/D90019



More information about the llvm-commits mailing list