[PATCH] D27042: lld: Default image base address to 0x200000 on x86-64
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 23 07:07:40 PST 2016
rafael added inline comments.
================
Comment at: ELF/Target.cpp:317
+ // FreeBSD automatically promotes large, superpage-aligned allocations.
+ DefaultImageBase = 0x200000;
}
----------------
Do update the comment on the .h file too :-)
This is updating i386, not x86_64.
https://reviews.llvm.org/D27042
More information about the llvm-commits
mailing list