diff options
author | George Rimar <grimar@accesssoftek.com> | 2018-03-14 08:52:39 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2018-03-14 08:52:39 +0000 |
commit | 2ab9362bf5c0ea3fdcc5a1fc6a93d59c2c1f553f (patch) | |
tree | 06846eeb6fd3452830f5d70925e2ee33265e8682 /llvm/lib | |
parent | 271ed6eb0d756114d7db9c579ea3308770d158d4 (diff) | |
download | bcm5719-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