[lld] r266076 - Make a test a bit stronger.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 07:35:26 PDT 2016


Author: rafael
Date: Tue Apr 12 09:35:26 2016
New Revision: 266076

URL: http://llvm.org/viewvc/llvm-project?rev=266076&view=rev
Log:
Make a test a bit stronger.

We were not testing that we handle addends in here.

Modified:
    lld/trunk/test/ELF/gnu-ifunc.s

Modified: lld/trunk/test/ELF/gnu-ifunc.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/gnu-ifunc.s?rev=266076&r1=266075&r2=266076&view=diff
==============================================================================
--- lld/trunk/test/ELF/gnu-ifunc.s (original)
+++ lld/trunk/test/ELF/gnu-ifunc.s Tue Apr 12 09:35:26 2016
@@ -97,6 +97,7 @@
 // DISASM-NEXT:    11007: e8 34 00 00 00 callq 52
 // DISASM-NEXT:    1100c: ba 58 01 01 00 movl $65880, %edx
 // DISASM-NEXT:    11011: ba 88 01 01 00 movl $65928, %edx
+// DISASM-NEXT:    11016: ba 89 01 01 00 movl $65929, %edx
 // DISASM-NEXT: Disassembly of section .plt:
 // DISASM-NEXT: .plt:
 // DISASM-NEXT:    11020: ff 35 e2 0f 00 00 pushq 4066(%rip)
@@ -128,3 +129,4 @@ _start:
  call bar
  movl $__rela_iplt_start,%edx
  movl $__rela_iplt_end,%edx
+ movl $__rela_iplt_end + 1,%edx




More information about the llvm-commits mailing list