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

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 30 12:27:04 PST 2019


daltenty added inline comments.
Herald added a subscriber: wuzish.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-return55.ll:17
+;CHECKOBJ-NEXT:       4: 4e 80 00 20                    blr
+
+;CHECKSECT: Sections [
----------------
Should we be checking the function descriptors in this patch as well, since the description of this change indicates we are interested in testing the raw data of the function (and this was pending on the implementation of function descriptors).


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