[llvm] [obj2yaml] Add Obj2Yaml ability to dump GOFF header records (PR #204194)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 04:58:25 PDT 2026


================
@@ -0,0 +1,156 @@
+//===------ goff2yaml.cpp - obj2yaml conversion tool ------------*- C++ -*-===//
----------------
jh7370 wrote:

> Just as an FYI, the other files in llvm/tools/obj2yaml all use the old header.

This is normal: we don't usually do mass fix-ups of old code for minor things like this.

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


More information about the llvm-commits mailing list