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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 09:28:03 PST 2016


ruiu accepted this revision.
ruiu added a comment.

LGTM



================
Comment at: ELF/Target.h:67-68
 
   // On freebsd x86_64 the first page cannot be mmaped.
   // On linux that is controled by vm.mmap_min_addr. At least on some x86_64
   // installs that is 65536, so the first 15 pages cannot be used.
----------------
nit: freebsd -> Freebsd, linux -> Linux


https://reviews.llvm.org/D27042





More information about the llvm-commits mailing list