[llvm] [z/OS][GOFF] Implement support for writing ESD + TXT records by the GOFFObjectWriter (PR #85851)
    Neumann Hon via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Apr  4 16:35:53 PDT 2024
    
    
  
================
@@ -0,0 +1,252 @@
+; RUN: llc %s -mtriple s390x-ibm-zos -filetype=obj -o - | od -v -Ax -tx1 | FileCheck --ignore-case %s
----------------
Everybody0523 wrote:
Not currently (obj2yaml doesn't support TXT records yet), but once that PR is in the intention is to augment the existing tests instead of relying on `od`.
https://github.com/llvm/llvm-project/pull/85851
    
    
More information about the llvm-commits
mailing list