[llvm] [SystemZ][z/OS] yaml2obj GOFF symbols (PR #75971)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 08:46:56 PDT 2024


================
@@ -1,5 +1,7 @@
 # RUN: yaml2obj %s | od -v -An -tx1 | FileCheck --ignore-case %s
 
+## This tests the long symbol name case requiring continuation records.
----------------
jh7370 wrote:

Normally the order in tests is:
```
## Top-level comment
# RUN commands

# CHECK patterns

--- YAML
```
If there are multiple cases within the same test file, things vary a little depending on what typically changes between the test cases.

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


More information about the llvm-commits mailing list