[llvm] [yaml2obj][obj2yaml][objdump] Handle MIPS COFF files (PR #112591)
Hervé Poussineau via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 13:50:28 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
----------------
hpoussin wrote:
Nothing special here, I was only adding the test here because other architectures had it.
I'm removing this test.
https://github.com/llvm/llvm-project/pull/112591
More information about the llvm-commits
mailing list