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/CodeGen | |
| 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/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/push-cfi-obj.ll | 3 |
1 files changed, 1 insertions, 2 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) |

