[PATCH] D55878: [Driver] Use --hash-style=gnu instead of both on FreeBSD
Simon Dardis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 19 12:13:17 PST 2018
sdardis added a comment.
> I can't find rationale behind the MIPS discrepancy in the original commit. I can add the if branch back if you tell me why...
>From my recollections, the gnu-hash style isn't supported in ld.bfd for MIPS. A patch was posted to the binutils list (https://sourceware.org/ml/binutils/2015-10/msg00057.html) to support this, but there was an issue with FSF copyright assignment. As the patch is non-trivial, it would have to be independently re-developed for submission to binutils and later lld.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55878/new/
https://reviews.llvm.org/D55878
More information about the cfe-commits
mailing list