[llvm-branch-commits] [llvm] [GOFF] Add writing of section symbols (PR #133799)
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 15 09:47:14 PDT 2025
================
@@ -0,0 +1,112 @@
+; RUN: llc <%s --mtriple s390x-ibm-zos --filetype=obj -o - | \
----------------
MaskRay wrote:
`llc < %s` does not need `-o -`. .ll tests in llvm/test/MC is probably not a good convention we'd recommend. Move to llvm/test/CodeGen/SystemZ, perhaps under a directory zos/ ?
https://github.com/llvm/llvm-project/pull/133799
More information about the llvm-branch-commits
mailing list