diff options
Diffstat (limited to 'test/ELF/relocatable-comdat-multiple.s')
-rw-r--r-- | test/ELF/relocatable-comdat-multiple.s | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/test/ELF/relocatable-comdat-multiple.s b/test/ELF/relocatable-comdat-multiple.s deleted file mode 100644 index 6a8d83357cf0..000000000000 --- a/test/ELF/relocatable-comdat-multiple.s +++ /dev/null @@ -1,35 +0,0 @@ -# REQUIRES: x86 -# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o -# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %S/Inputs/relocatable-comdat-multiple.s -o %t2.o -# RUN: ld.lld -r %t.o %t2.o -o %t -# RUN: llvm-readobj -elf-section-groups %t | FileCheck %s - -# CHECK: Groups { -# CHECK-NEXT: Group { -# CHECK-NEXT: Name: .group -# CHECK-NEXT: Index: 2 -# CHECK-NEXT: Link: 9 -# CHECK-NEXT: Info: 1 -# CHECK-NEXT: Type: COMDAT -# CHECK-NEXT: Signature: aaa -# CHECK-NEXT: Section(s) in group [ -# CHECK-NEXT: .text.a -# CHECK-NEXT: .text.b -# CHECK-NEXT: ] -# CHECK-NEXT: } -# CHECK-NEXT: Group { -# CHECK-NEXT: Name: .group -# CHECK-NEXT: Index: 5 -# CHECK-NEXT: Link: 9 -# CHECK-NEXT: Info: 6 -# CHECK-NEXT: Type: COMDAT -# CHECK-NEXT: Signature: bbb -# CHECK-NEXT: Section(s) in group [ -# CHECK-NEXT: .text.c -# CHECK-NEXT: .text.d -# CHECK-NEXT: ] -# CHECK-NEXT: } -# CHECK-NEXT: } - -.section .text.a,"axG",@progbits,aaa,comdat -.section .text.b,"axG",@progbits,aaa,comdat |