1 # RUN: yaml2obj %s | llvm-objdump -s - | FileCheck %s
3 # This is a regression test for an issue with the section order
4 # checker being overly strict. yaml2obj places the relocations last,
5 # but the section order checker previously checked that relocations
6 # came before the producers section, which would cause this test to
9 # CHECK: Contents of section producers:
10 # CHECK: Contents of section reloc.CODE:
24 Field: __linear_memory
29 Field: __indirect_function_table
39 - Type: R_WASM_FUNCTION_INDEX_LEB
53 Flags: [ VISIBILITY_HIDDEN ]