[lld] r274070 - Don't check the section index, it is not relevant for this test.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 14:47:18 PDT 2016


Author: rafael
Date: Tue Jun 28 16:47:17 2016
New Revision: 274070

URL: http://llvm.org/viewvc/llvm-project?rev=274070&view=rev
Log:
Don't check the section index, it is not relevant for this test.

Modified:
    lld/trunk/test/ELF/version-script.s

Modified: lld/trunk/test/ELF/version-script.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/version-script.s?rev=274070&r1=274069&r2=274070&view=diff
==============================================================================
--- lld/trunk/test/ELF/version-script.s (original)
+++ lld/trunk/test/ELF/version-script.s Tue Jun 28 16:47:17 2016
@@ -86,7 +86,7 @@
 # DSO-NEXT:     Binding: Global (0x1)
 # DSO-NEXT:     Type: None (0x0)
 # DSO-NEXT:     Other: 0
-# DSO-NEXT:     Section: .text (0x5)
+# DSO-NEXT:     Section: .text
 # DSO-NEXT:   }
 # DSO-NEXT:   Symbol {
 # DSO-NEXT:     Name: foo3@ (10)
@@ -95,7 +95,7 @@
 # DSO-NEXT:     Binding: Global (0x1)
 # DSO-NEXT:     Type: None (0x0)
 # DSO-NEXT:     Other: 0
-# DSO-NEXT:     Section: .text (0x5)
+# DSO-NEXT:     Section: .text
 # DSO-NEXT:   }
 # DSO-NEXT: ]
 
@@ -146,7 +146,7 @@
 # EXE-NEXT:     Binding: Global (0x1)
 # EXE-NEXT:     Type: None (0x0)
 # EXE-NEXT:     Other: 0
-# EXE-NEXT:     Section: .text (0x5)
+# EXE-NEXT:     Section: .text
 # EXE-NEXT:   }
 # EXE-NEXT: ]
 




More information about the llvm-commits mailing list