[PATCH] D70455: [XCOFF][AIX] Read-only data section object file generation
    David Tenty via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Nov 21 07:12:41 PST 2019
    
    
  
daltenty accepted this revision.
daltenty added a comment.
This revision is now accepted and ready to land.
Other than minor nit, LGTM
================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll:4
 
+; RUN: llc -mtriple powerpc-ibm-aix-xcoff -filetype=obj -o %t.o < %s
+; RUN: llvm-readobj --section-headers --file-header %t.o | \
----------------
nit: should these have "-verify-machineinstrs -mcpu=pwr7" for consistency?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70455/new/
https://reviews.llvm.org/D70455
    
    
More information about the llvm-commits
mailing list