[PATCH] D67054: [yaml2obj] Make e_phoff 0 if there are no program headers

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 2 21:56:33 PDT 2019


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/test/tools/yaml2obj/elf-no-phdrs.yaml:1
+## Check that e_phoff is set to 0 when there are no program headers.
+
----------------
`e_phoff and e_phnum are set to 0`


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

https://reviews.llvm.org/D67054





More information about the llvm-commits mailing list