[PATCH] D71845: [AIX][XCOFF] add test for raw text section content and test section header

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 4 18:47:22 PST 2020


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-return55.ll:36
+;CHECKSECT-NEXT:     PhysicalAddress: 0x8
+;CHECKSECT-NEXT:     VirtualAddress: 0x8
+;CHECKSECT-NEXT:     Size: 0xC
----------------
One of the aspects of the code added, which is still in need to testing, is the possible adjustment of the virtual address such that there is a gap between the end virtual address of one section and the beginning virtual address of the next. This test does not exhibit that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71845





More information about the llvm-commits mailing list