[PATCH] D18330: [ELF/AArch64] Implemented set of R_AARCH64_TLSDESC_* relocations.
Adhemerval Zanella via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 23 11:17:51 PDT 2016
zatrazz added a comment.
In http://reviews.llvm.org/D18330#381401, @emaste wrote:
> > Does this happen while trying to bootstrap or using a smaller testscase?
>
>
> I tracked the issue down by adding an abort() at the "the recompile with -fPIC" warning to find the name of the symbol triggering it. It turned out to be a similar case as I previously had on X86 -- non-hidden symbols in assembly language routines.
>
> A workaround on the FreeBSD side is fairly straightforward and a build is ongoing. I do wonder if we should handle this as GNU ld does, but this can be revisited later on.
How GNU ld handles it?
Repository:
rL LLVM
http://reviews.llvm.org/D18330
More information about the llvm-commits
mailing list