brintos

brintos / llvm-project-archived public Read only

0
0
Text · 446 B · 618ac35 Raw
20 lines · yaml
1## Test dumping a debug section when its name is not recognized by obj2yaml.2 3# RUN: yaml2obj %s | obj2yaml | FileCheck %s4 5#      CHECK: Sections:6# CHECK-NEXT:   - Name:    .debug_foo7# CHECK-NEXT:     Type:    SHT_PROGBITS8# CHECK-NEXT:     Content: '01020304'9# CHECK-NEXT: ...10 11--- !ELF12FileHeader:13  Class: ELFCLASS6414  Data:  ELFDATA2LSB15  Type:  ET_EXEC16Sections:17  - Name:    .debug_foo18    Type:    SHT_PROGBITS19    Content: '01020304'20