[PATCH] D111487: [XCOFF][yaml2obj] support for the auxiliary file header.

Esme Yi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 01:49:57 PST 2021


Esme marked an inline comment as done.
Esme added inline comments.


================
Comment at: llvm/test/tools/yaml2obj/XCOFF/aux-hdr-defaults.yaml:17
+# CASE1-NEXT:   Entry point address: 0x0
+# CASE1-NEXT:   .text section start address: 0x0
+# CASE1-NEXT:   .data section start address: 0xC
----------------
jhenderson wrote:
> Could we add something before .text so that the .text section start address is non-zero? (This may not make sense from a file format perspective, so fine if not)
Yes, it sounds reasonable to me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111487



More information about the llvm-commits mailing list