[PATCH] D27042: lld: Default image base address to 0x200000 on x86-64

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 07:04:32 PST 2016


emaste added inline comments.


================
Comment at: test/ELF/gnu-ifunc-i386.s:99-100
+// DISASM-NEXT:    201007: e8 34 00 00 00 calll 52
+// DISASM-NEXT:    20100c: ba d4 00 20 00 movl $2097364, %edx
+// DISASM-NEXT:    201011: ba e4 00 20 00 movl $2097380, %edx
 // DISASM-NEXT: Disassembly of section .plt:
----------------
Shall I change these cases to `{{.*}}` first?


https://reviews.llvm.org/D27042





More information about the llvm-commits mailing list