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

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 13:57:26 PDT 2022


DiggerLin added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-visibility.ll:7
+; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff -filetype=obj %s -o %t.o
+; RUN: llvm-readobj --syms --auxiliary-header %t.o | FileCheck %s --check-prefixes=XCOFF,XCOFF32
 
----------------
change to --check-prefixes=SYM,AUX32 ?


================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-visibility.ll:10
+; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff -filetype=obj %s -o %t64.o
+; RUN: llvm-readobj --syms --auxiliary-header %t64.o | FileCheck %s --check-prefixes=XCOFF,XCOFF64
 
----------------
change to --check-prefixes=SYM,AUX64 ?


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