diff options
author | Lang Hames <lhames@gmail.com> | 2014-10-21 23:41:15 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2014-10-21 23:41:15 +0000 |
commit | 41d95947cfc4b143cd0ca922e93cc582a6d10e96 (patch) | |
tree | 90ab43c53b594ccb692875be15411ab97fb67c97 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 915fbb35901d21fd2e8234e6274738e085c16925 (diff) | |
download | llvm-41d95947cfc4b143cd0ca922e93cc582a6d10e96.zip llvm-41d95947cfc4b143cd0ca922e93cc582a6d10e96.tar.gz llvm-41d95947cfc4b143cd0ca922e93cc582a6d10e96.tar.bz2 |
[MCJIT] Defer application of AArch64 MachO GOT relocations until resolve time.
On AArch64, GOT references are page relative (ADRP + LDR), so they can't be
applied until we know exactly where, within a page, the GOT entry will be in
the target address space.
Fixes <rdar://problem/18693976>.
llvm-svn: 220347
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions