[PATCH] D128148: [XCOFF] write the aux header when the visibility is specified in XCOFF32.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 23:42:09 PDT 2022


jhenderson added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-aux-header.ll:1
+; RUN: llc -filetype=obj -mtriple=powerpc-ibm-aix-xcoff %s -o - | \
+; RUN:   llvm-readobj --auxiliary-header - | FileCheck %s
----------------
This test is failing in the pre-merge checks. Please make sure to fix it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128148



More information about the llvm-commits mailing list