[ELF] Support for setting the base address
authorPetr Hosek <phosek@chromium.org>
Tue, 12 Jul 2016 19:37:53 +0000 (19:37 +0000)
committerPetr Hosek <phosek@chromium.org>
Tue, 12 Jul 2016 19:37:53 +0000 (19:37 +0000)
commitd7bd2389ceb2c2772d0d74cb092571a84aab3584
tree33a9ec32b3e1da200723f1b6e357e56961463826
parent9330b7843170d0ca073f47ca096526e4076d26cd
[ELF] Support for setting the base address

The -image-base option allows for overriding the base address.

Differential Revision: http://reviews.llvm.org/D22116

llvm-svn: 275206
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/Options.td
lld/ELF/Writer.cpp
lld/test/ELF/ttext-segment.s [new file with mode: 0644]