1 # RUN: yaml2obj %s -o %t
2 # RUN: llvm-readobj --sections --elf-section-groups %t | FileCheck %s
22 ## Check we are able to produce SHT_GROUP section with a custom Type (0xFF).
25 # CHECK-NEXT: Name: .group
26 # CHECK-NEXT: Index: 1
29 # CHECK-NEXT: Type: COMDAT (0xFF)
30 # CHECK-NEXT: Signature: foo
31 # CHECK-NEXT: Section(s) in group [
32 # CHECK-NEXT: .strtab (3)