diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-08-11 20:49:27 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-08-11 20:49:27 +0000 |
commit | b8956a70d3486556b93ea5d5074d340866f16f88 (patch) | |
tree | e06f3a521dc14bd5266e7efff266078b5401b9bb /libcxx/test/std/algorithms/alg.nonmodifying/alg.search | |
parent | f6822c869c70718573deaeb374337ba869341a42 (diff) | |
download | bcm5719-llvm-b8956a70d3486556b93ea5d5074d340866f16f88.tar.gz bcm5719-llvm-b8956a70d3486556b93ea5d5074d340866f16f88.zip |
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 'libcxx/test/std/algorithms/alg.nonmodifying/alg.search')
0 files changed, 0 insertions, 0 deletions