diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-11-03 19:24:17 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-11-03 19:24:17 +0000 |
| commit | 41302723de925a5f78c922b26eb7983d322c8583 (patch) | |
| tree | 12a0c293c29c6b1a4cf0e048c9402a4f416d0488 /llvm/test | |
| parent | 19474e1801ca3eafe9a07d0cf49ee20a9104b434 (diff) | |
| download | bcm5719-llvm-41302723de925a5f78c922b26eb7983d322c8583.tar.gz bcm5719-llvm-41302723de925a5f78c922b26eb7983d322c8583.zip | |
Remove unnecessary dependency on section and string positions.
llvm-svn: 251964
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/push-cfi-obj.ll | 3 | ||||
| -rw-r--r-- | llvm/test/MC/ELF/debug-loc.s | 2 | ||||
| -rw-r--r-- | llvm/test/MC/ELF/popsection.s | 4 | ||||
| -rw-r--r-- | llvm/test/MC/ELF/section.s | 2 |
4 files changed, 5 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/X86/push-cfi-obj.ll b/llvm/test/CodeGen/X86/push-cfi-obj.ll index bc01407f6f3..33291ec3318 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 ea8eb3ec70c..4f148728423 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 19f55688a1b..ace6fac5e4c 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 ab3fe038740..008c4605552 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) |

