blob: 618ac3592b6dfb1d76127e5708d3cb629ecc3e99 [file] [log] [blame]
## Test dumping a debug section when its name is not recognized by obj2yaml.
# RUN: yaml2obj %s | obj2yaml | FileCheck %s
# CHECK: Sections:
# CHECK-NEXT: - Name: .debug_foo
# CHECK-NEXT: Type: SHT_PROGBITS
# CHECK-NEXT: Content: '01020304'
# CHECK-NEXT: ...
--- !ELF
FileHeader:
Class: ELFCLASS64
Data: ELFDATA2LSB
Type: ET_EXEC
Sections:
- Name: .debug_foo
Type: SHT_PROGBITS
Content: '01020304'