[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:03:12 PST 2016


emaste retitled this revision from "lld: Default image base address to 0x400000" to "lld: Default image base address to 0x200000 on x86-64".
emaste updated this revision to Diff 79070.
emaste added a comment.

Incorporate feedback from Rafael:

- Use 2MB instead of 4MB
- Apply only to x86-64 for now


https://reviews.llvm.org/D27042

Files:
  ELF/Target.cpp
  test/ELF/basic32.s
  test/ELF/gc-sections-implicit-addend.s
  test/ELF/gnu-ifunc-i386.s
  test/ELF/got-i386.s
  test/ELF/plt-i686.s
  test/ELF/progname.s
  test/ELF/relocation-copy-i686.s
  test/ELF/relocation-i686.s
  test/ELF/shared.s
  test/ELF/tls-i686.s
  test/ELF/tls-opt-gdiele-i686.s
  test/ELF/tls-opt-i686.s
  test/ELF/tls-opt-iele-i686-nopic.s
  test/ELF/undef-with-plt-addr-i686.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27042.79070.patch
Type: text/x-patch
Size: 26227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161123/254e182d/attachment-0001.bin>


More information about the llvm-commits mailing list