[llvm] [Object] Beginnings of SFrame parser and dumper (PR #147294)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 14 02:09:32 PDT 2025
================
@@ -0,0 +1,118 @@
+## Check parsing and dumping of the SFrame header.
+# RUN: yaml2obj --docnum=1 %s -o %t.1
----------------
jh7370 wrote:
I'm okay with what you've done, because it avoids a circular testing dependency, but if you're planning on doing heavy sframe development, I'd strongly recommend adding yaml2obj support for it directly, so you don't have to rely on hex data in your YAML.
https://github.com/llvm/llvm-project/pull/147294
More information about the llvm-commits
mailing list