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