summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/comdat-dup-group-name.s
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/ELF/comdat-dup-group-name.s')
-rw-r--r--llvm/test/MC/ELF/comdat-dup-group-name.s12
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/MC/ELF/comdat-dup-group-name.s b/llvm/test/MC/ELF/comdat-dup-group-name.s
index e52f3dcc04d..e11cba62b40 100644
--- a/llvm/test/MC/ELF/comdat-dup-group-name.s
+++ b/llvm/test/MC/ELF/comdat-dup-group-name.s
@@ -2,27 +2,27 @@
// Test that we produce two foo sections, each in separate groups
-// CHECK: Index: 5
+// CHECK: Index: 3
// CHECK-NEXT: Name: .group
-// CHECK: Index: 6
+// CHECK: Index: 4
// CHECK-NEXT: Name: .foo
-// CHECK: Index: 7
+// CHECK: Index: 5
// CHECK-NEXT: Name: .group
-// CHECK: Index: 8
+// CHECK: Index: 6
// CHECK-NEXT: Name: .foo
// CHECK: Symbols [
// CHECK: Name: f1
// CHECK-NOT: }
-// CHECK: Section: .group (0x5)
+// CHECK: Section: .group (0x3)
// CHECK: Name: f2
// CHECK-NOT: }
-// CHECK: Section: .group (0x7)
+// CHECK: Section: .group (0x5)
.section .foo,"axG",@progbits,f1,comdat
nop
OpenPOWER on IntegriCloud