https://bugs.llvm.org/show_bug.cgi?id=36289
Bug ID: 36289
Summary: lld should produce better .hash section
Product: lld
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: ELF
Assignee: unassignedb...@nondot.org
Reporter: r...@google.com
CC: llvm-bugs@lists.llvm.org
We support both .gnu.hash and .hash sections, but the support for the latter
type is just for backward compatibility and produces an inefficient hash
section.
It seems like old Android loader doesn't support .gnu.hash, and we are using
.hash for Android now, so we probably need to improve lld to produce better
.hash section.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs