summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2018-03-14 08:52:39 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2018-03-14 08:52:39 +0000
commit2ab9362bf5c0ea3fdcc5a1fc6a93d59c2c1f553f (patch)
tree06846eeb6fd3452830f5d70925e2ee33265e8682 /llvm/lib
parent271ed6eb0d756114d7db9c579ea3308770d158d4 (diff)
downloadbcm5719-llvm-2ab9362bf5c0ea3fdcc5a1fc6a93d59c2c1f553f.tar.gz
bcm5719-llvm-2ab9362bf5c0ea3fdcc5a1fc6a93d59c2c1f553f.zip
[ELF] - Never create .gnu_hash with NBuckets == 0.
Currently, we can end up with NBuckets==0 and android loader does not like it (PR36537). Seems we can go with a minimal amount of changes here for simplicity and be consistent with gold and so just always use >= 1 value for NBuckets. Differential revision: https://reviews.llvm.org/D44422 llvm-svn: 327481
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud