1 # Checks that the tool is able to read section groups with ELF.
2 RUN: obj2yaml %p/Inputs/sectionGroup.elf.x86-64 > %t1.sectiongroup.yaml
3 RUN: FileCheck %s --check-prefix ELF-GROUP < %t1.sectiongroup.yaml
4 RUN: yaml2obj -format=elf %t1.sectiongroup.yaml -o %t2.o.elf
5 RUN: llvm-readobj -sections %t2.o.elf | FileCheck %s -check-prefix=SECTIONS
6 #ELF-GROUP: - Name: .group
7 #ELF-GROUP: Type: SHT_GROUP
8 #ELF-GROUP: Link: .symtab
11 #ELF-GROUP: - SectionOrType: GRP_COMDAT
12 #ELF-GROUP: - SectionOrType: .rodata.a
13 #SECTIONS: Format: ELF64-x86-64
14 #SECTIONS: Arch: x86_64
15 #SECTIONS: AddressSize: 64bit
18 #SECTIONS: Name: .group (21)
19 #SECTIONS: Type: SHT_GROUP (0x11)
20 #SECTIONS: Flags [ (0x0)
22 #SECTIONS: Address: 0x0
24 #SECTIONS: AddressAlignment: 4
25 #SECTIONS: EntrySize: 4