[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 1 21:37:16 PDT 2025


================
@@ -0,0 +1,73 @@
+; RUN: llc <%s --mtriple s390x-ibm-zos --filetype=obj -o - | \
+; RUN:   od -Ax -tx1 -v | FileCheck --ignore-case %s
+; REQUIRES: systemz-registered-target
----------------
MaskRay wrote:

unneeded thanks to
```
% cat llvm/test/MC/SystemZ/lit.local.cfg
if not "SystemZ" in config.root.targets:
    config.unsupported = True
```

https://github.com/llvm/llvm-project/pull/133799


More information about the llvm-branch-commits mailing list