aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorTilmann Scheller <t.scheller@samsung.com>2014-04-25 13:43:18 +0000
committerTilmann Scheller <t.scheller@samsung.com>2014-04-25 13:43:18 +0000
commit2c65bbddd82acc8878f7ffb3ab2103251b3d4cb3 (patch)
tree30cbc0bdcc6a9fc7d5839b236170a9eba3e5ffa7 /llvm/lib/CodeGen/LiveDebugVariables.cpp
parentf828526268ad6721e26e3eaf6ae339322e34e8c5 (diff)
downloadllvm-2c65bbddd82acc8878f7ffb3ab2103251b3d4cb3.zip
llvm-2c65bbddd82acc8878f7ffb3ab2103251b3d4cb3.tar.gz
llvm-2c65bbddd82acc8878f7ffb3ab2103251b3d4cb3.tar.bz2
[ARM64] When compiling for ELF in PIC mode, local symbols shouldn't go through the GOT
There's no need for local symbols to go through the GOT, in fact it seems GNU ld is not even emitting GOT entries for local symbols and will error out when trying to resolve a GOT relocation for a local symbol. This bug triggers when bootstrapping clang on AArch64 Linux with -fPIC and the ARM64 backend. The AArch64 backend is not affected. With this commit it's now possible to bootstrap clang on AArch64 Linux with the ARM64 backend (-fPIC, -O3). llvm-svn: 207226
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions