[lld] r247839 - Relax the test to fix some bots.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 16 12:48:57 PDT 2015


Author: rafael
Date: Wed Sep 16 14:48:57 2015
New Revision: 247839

URL: http://llvm.org/viewvc/llvm-project?rev=247839&view=rev
Log:
Relax the test to fix some bots.

The string table contains a file path, so addresses and offsets can be
different on some setups.

Modified:
    lld/trunk/test/elf2/dynamic-reloc.s

Modified: lld/trunk/test/elf2/dynamic-reloc.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf2/dynamic-reloc.s?rev=247839&r1=247838&r2=247839&view=diff
==============================================================================
--- lld/trunk/test/elf2/dynamic-reloc.s (original)
+++ lld/trunk/test/elf2/dynamic-reloc.s Wed Sep 16 14:48:57 2015
@@ -44,10 +44,10 @@
 // CHECK-NEXT:  Tag                Type                 Name/Value
 // CHECK-NEXT:  0x0000000000000007 RELA                 [[RELAADDR]]
 // CHECK-NEXT:  0x0000000000000008 RELASZ               [[RELASIZE]] (bytes)
-// CHECK-NEXT:  0x0000000000000006 SYMTAB               0x12000
-// CHECK-NEXT:  0x0000000000000005 STRTAB               0x15000
-// CHECK-NEXT:  0x000000000000000A STRSZ                90 (bytes)
-// CHECK-NEXT:  0x0000000000000004 HASH                 0x13000
+// CHECK-NEXT:  0x0000000000000006 SYMTAB
+// CHECK-NEXT:  0x0000000000000005 STRTAB
+// CHECK-NEXT:  0x000000000000000A STRSZ
+// CHECK-NEXT:  0x0000000000000004 HASH
 // CHECK-NEXT:  0x0000000000000001 NEEDED               SharedLibrary ({{.*}}2.so)
 // CHECK-NEXT:  0x0000000000000000 NULL                 0x0
 // CHECK-NEXT: ]




More information about the llvm-commits mailing list