[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:57 PDT 2019


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.
+
----------------
MaskRay wrote:
> `e_phoff and e_phnum are set to 0`
Sorry, I meant e_phoff and e_phentsize


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

https://reviews.llvm.org/D67054





More information about the llvm-commits mailing list