[llvm] [SystemZ][z/OS] yaml2obj for header and end records (PR #73859)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 30 00:46:56 PST 2023


================
@@ -0,0 +1,18 @@
+# RUN: yaml2obj %s | od -v -An -tx1 | FileCheck --ignore-case %s
+
+# Verify that GOFF Header is correct.
----------------
jh7370 wrote:

Nit: our newer tests in this area tend to use `##` for comments to help  them stand out from lit and FileCheck lines.

On the note of comments, it might be useful to include comments saying what each line represents.

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


More information about the llvm-commits mailing list