[PATCH] D120861: [XCOFF][1/3] support fileHeader and sectionHeaders in 64-bit XCOFF.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 8 00:29:44 PST 2022


jhenderson added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll:15
+; RUN: llvm-readobj --section-headers --file-header %t64.o | \
+; RUN: FileCheck --check-prefix=OBJ64 %s
 
----------------
Indent slightly to make it obvious this is a continuation of the line before.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120861



More information about the llvm-commits mailing list