[PATCH] D14129: ELF2: Make .gnu.hash default instead of .hash.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 14:38:55 PDT 2015


Given that --hash-style=gnu is passed by both clang and gcc on systems
that use it, I think we can just leave sysv as the default.

Cheers,
Rafael


On 28 October 2015 at 09:42, Rui Ueyama via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> On Wed, Oct 28, 2015 at 9:39 AM, Simon Atanasyan <simon at atanasyan.com>
> wrote:
>>
>>
>> On Oct 28, 2015 7:28 PM, "Rui Ueyama" <ruiu at google.com> wrote:
>> > My ultimate goal with this patch was to make .gnu.hash default
>> > everywhere and stop the compiler to pass --hash-style to the linker, but
>> > until MIPS has a solution to the incompatibility issue, that's not doable.
>>
>> Can we make the default value depends on selected target?
>
> That's likely to complicate the situation rather than straightening it up, I
> think.
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>


More information about the llvm-commits mailing list