2 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %S/Inputs/relocatable-comdat-multiple.s -o %t2.o
4 # RUN: ld.lld -r %t.o %t2.o -o %t
5 # RUN: llvm-readobj --elf-section-groups %t | FileCheck %s
9 # CHECK-NEXT: Name: .group
10 # CHECK-NEXT: Index: 2
13 # CHECK-NEXT: Type: COMDAT
14 # CHECK-NEXT: Signature: aaa
15 # CHECK-NEXT: Section(s) in group [
21 # CHECK-NEXT: Name: .group
22 # CHECK-NEXT: Index: 5
25 # CHECK-NEXT: Type: COMDAT
26 # CHECK-NEXT: Signature: bbb
27 # CHECK-NEXT: Section(s) in group [
34 .section .text.a,"axG",@progbits,aaa,comdat
35 .section .text.b,"axG",@progbits,aaa,comdat