[llvm] [yaml2obj][obj2yaml][objdump] Handle MIPS COFF files (PR #112591)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 00:50:10 PDT 2024
================
@@ -0,0 +1,96 @@
+# RUN: yaml2obj %s -o %t
+# RUN: llvm-readobj --file-headers %t | FileCheck %s
----------------
jh7370 wrote:
I think it would be useful for the llvm-readobj output check to include the MIPS-specific bits, if that's possible?
https://github.com/llvm/llvm-project/pull/112591
More information about the llvm-commits
mailing list