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

Yusra Syeda via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 10:55:52 PST 2023


================
@@ -0,0 +1,6 @@
+# RUN: not yaml2obj %s FileCheck --ignore-case %s --check-prefix=ERR
+
+## X: [] is an extra field is to workaround document of unknown type error
+# ERR: yaml2obj: error: missing required key 'FileHeader'
+--- !GOFF
+X: []
----------------
ysyeda wrote:

Done

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


More information about the llvm-commits mailing list