[llvm] [yaml2obj][obj2yaml][objdump] Handle MIPS COFF files (PR #112591)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 00:29:26 PDT 2024
================
@@ -39,3 +39,13 @@ Sections:
# BSS: Contents of section .bss:
# BSS-NEXT: <skipping contents of bss section at [12c8, 12cc)>
+
+# RUN: yaml2obj %p/Inputs/COFF/mips.yaml | llvm-objdump -s - | FileCheck %s --check-prefix=COFF-MIPS
----------------
jh7370 wrote:
What's special about the MIPS behaviour here that requires an additional test of dumping section contents?
https://github.com/llvm/llvm-project/pull/112591
More information about the llvm-commits
mailing list