[llvm] r251964 - Remove unnecessary dependency on section and string positions.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 11:24:17 PST 2015


Author: rafael
Date: Tue Nov  3 13:24:17 2015
New Revision: 251964

URL: http://llvm.org/viewvc/llvm-project?rev=251964&view=rev
Log:
Remove unnecessary dependency on section and string positions.

Modified:
    llvm/trunk/test/CodeGen/X86/push-cfi-obj.ll
    llvm/trunk/test/MC/ELF/debug-loc.s
    llvm/trunk/test/MC/ELF/popsection.s
    llvm/trunk/test/MC/ELF/section.s

Modified: llvm/trunk/test/CodeGen/X86/push-cfi-obj.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/push-cfi-obj.ll?rev=251964&r1=251963&r2=251964&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/push-cfi-obj.ll (original)
+++ llvm/trunk/test/CodeGen/X86/push-cfi-obj.ll Tue Nov  3 13:24:17 2015
@@ -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)

Modified: llvm/trunk/test/MC/ELF/debug-loc.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/debug-loc.s?rev=251964&r1=251963&r2=251964&view=diff
==============================================================================
--- llvm/trunk/test/MC/ELF/debug-loc.s (original)
+++ llvm/trunk/test/MC/ELF/debug-loc.s Tue Nov  3 13:24:17 2015
@@ -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

Modified: llvm/trunk/test/MC/ELF/popsection.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/popsection.s?rev=251964&r1=251963&r2=251964&view=diff
==============================================================================
--- llvm/trunk/test/MC/ELF/popsection.s (original)
+++ llvm/trunk/test/MC/ELF/popsection.s Tue Nov  3 13:24:17 2015
@@ -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:    ]

Modified: llvm/trunk/test/MC/ELF/section.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/section.s?rev=251964&r1=251963&r2=251964&view=diff
==============================================================================
--- llvm/trunk/test/MC/ELF/section.s (original)
+++ llvm/trunk/test/MC/ELF/section.s Tue Nov  3 13:24:17 2015
@@ -123,7 +123,7 @@ bar:
 .section .excluded,"e", at 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)




More information about the llvm-commits mailing list