aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELFObjectFile.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-08-11 20:49:27 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-08-11 20:49:27 +0000
commitb8956a70d3486556b93ea5d5074d340866f16f88 (patch)
treee06f3a521dc14bd5266e7efff266078b5401b9bb /llvm/lib/Object/ELFObjectFile.cpp
parentf6822c869c70718573deaeb374337ba869341a42 (diff)
downloadllvm-b8956a70d3486556b93ea5d5074d340866f16f88.zip
llvm-b8956a70d3486556b93ea5d5074d340866f16f88.tar.gz
llvm-b8956a70d3486556b93ea5d5074d340866f16f88.tar.bz2
Fix access to undefined weak symbols in pic code
When the access to a weak symbol is not a call, the access has to be able to produce the value 0 at runtime. We were sometimes producing code sequences where that was not possible if the code was leaded more than 4g away from 0. llvm-svn: 310756
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions