[PATCH] D13815: [ELF2] Add support for Gnu Hash section

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 10:13:53 PDT 2015


On Fri, Oct 16, 2015 at 04:57:31PM +0000, Igor Kudrin via llvm-commits wrote:
> This patch implements --hash-style command line switch.
> * By default, or with "sysv" or "both" parameters the linker generates a standard ELF hash section.
> * With "gnu" or "both" it produces Gnu-style hash section.

Be careful that some architectures like MIPS cannot support GNU-style
hashes.

Joerg


More information about the llvm-commits mailing list