diff --git a/llvm/test/CodeGen/X86/push-cfi-obj.ll b/llvm/test/CodeGen/X86/push-cfi-obj.ll index bc01407f6f39..33291ec3318a 100644 --- a/llvm/test/CodeGen/X86/push-cfi-obj.ll +++ b/llvm/test/CodeGen/X86/push-cfi-obj.ll @@ -5,8 +5,7 @@ ; DARWIN: Name: __compact_unwind ; DARWIN: Segment: __LD -; LINUX: Index: 8 -; LINUX-NEXT: Name: .eh_frame (41) +; LINUX: Name: .eh_frame ; LINUX-NEXT: Type: SHT_PROGBITS (0x1) ; LINUX-NEXT: Flags [ (0x2) ; LINUX-NEXT: SHF_ALLOC (0x2) diff --git a/llvm/test/MC/ELF/debug-loc.s b/llvm/test/MC/ELF/debug-loc.s index ea8eb3ec70cd..4f1487284231 100644 --- a/llvm/test/MC/ELF/debug-loc.s +++ b/llvm/test/MC/ELF/debug-loc.s @@ -14,7 +14,7 @@ // CHECK-NEXT: Flags [ // CHECK-NEXT: ] // CHECK-NEXT: Address: 0x0 -// CHECK-NEXT: Offset: 0x44 +// CHECK-NEXT: Offset: // CHECK-NEXT: Size: 61 // CHECK-NEXT: Link: 0 // CHECK-NEXT: Info: 0 diff --git a/llvm/test/MC/ELF/popsection.s b/llvm/test/MC/ELF/popsection.s index 19f55688a1b2..ace6fac5e4ce 100644 --- a/llvm/test/MC/ELF/popsection.s +++ b/llvm/test/MC/ELF/popsection.s @@ -6,8 +6,8 @@ .popsection // CHECK: Section { -// CHECK: Index: 5 -// CHECK-NEXT: Name: foo +// CHECK: Index: +// CHECK: Name: foo // CHECK-NEXT: Type: SHT_PROGBITS // CHECK-NEXT: Flags [ (0x0) // CHECK-NEXT: ] diff --git a/llvm/test/MC/ELF/section.s b/llvm/test/MC/ELF/section.s index ab3fe0387400..008c4605552a 100644 --- a/llvm/test/MC/ELF/section.s +++ b/llvm/test/MC/ELF/section.s @@ -123,7 +123,7 @@ bar: .section .excluded,"e",@progbits // CHECK: Section { -// CHECK: Name: .excluded (92) +// CHECK: Name: .excluded // CHECK-NEXT: Type: SHT_PROGBITS (0x1) // CHECK-NEXT: Flags [ (0x80000000) // CHECK-NEXT: SHF_EXCLUDE (0x80000000)