[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 09:39:02 PST 2016


emaste added inline comments.


================
Comment at: test/ELF/gotpc-relax-nopic.s:15
 
-## 73728 = 0x12000 (bar)
+## 73728 = 0x202000 (bar)
 # DISASM:      Disassembly of section .text:
----------------
Another comment to update


================
Comment at: test/ELF/relocation-local.s:27
 R_X86_64_32S:
   movq lulz - 0x100000, %rdx
 
----------------
emaste wrote:
> Change this to maintain a negative offset?
This was originally introduced in D12978 /  rL248196 and I don't see a reason it must be negative.


https://reviews.llvm.org/D27042





More information about the llvm-commits mailing list