[lld] Make hashtable entry size configurable (PR #113431)

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 10:20:50 PDT 2024


================
@@ -21,25 +21,25 @@
 # RUN: llvm-objdump --section .got --full-contents %t.pie | FileCheck --check-prefix=PIE-GOT %s
 
 # IE-REL: Relocation section '.rela.dyn' at offset {{.*}} contains 4 entries:
-# IE-REL: 0000000000003478 000000000000000c R_390_RELATIVE 2460
-# IE-REL: 0000000000002460 0000000100000038 R_390_TLS_TPOFF 0000000000000008 a + 0
-# IE-REL: 0000000000002468 0000000200000038 R_390_TLS_TPOFF 000000000000000c b + 0
-# IE-REL: 0000000000002470 0000000300000038 R_390_TLS_TPOFF 0000000000000010 c + 0
+# IE-REL: 00000000000034a0 000000000000000c R_390_RELATIVE 2488
+# IE-REL: 0000000000002488 0000000100000038 R_390_TLS_TPOFF 0000000000000008 a + 0
+# IE-REL: 0000000000002490 0000000200000038 R_390_TLS_TPOFF 000000000000000c b + 0
+# IE-REL: 0000000000002498 0000000300000038 R_390_TLS_TPOFF 0000000000000010 c + 0
 
-## TP offset for a is at 0x2460
-# IE:      lgrl    %r1, 0x2460
+## TP offset for a is at 0x2488
+# IE:      lgrl    %r1, 0x2488
 # IE-NEXT: lgf     %r1, 0(%r1,%r7)
 
-## TP offset for b is at 0x2468
-# IE-NEXT: lgrl    %r1, 0x2468
+## TP offset for b is at 0x   2490
----------------
uweigand wrote:

Some blanks crept in here.

https://github.com/llvm/llvm-project/pull/113431


More information about the llvm-commits mailing list