[llvm-bugs] [Bug 36289] New: lld should produce better .hash section
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 7 17:14:40 PST 2018
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: unassignedbugs at nondot.org
Reporter: ruiu at google.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180208/6acdb56a/attachment.html>
More information about the llvm-bugs
mailing list