[PATCH] D18330: [ELF/AArch64] Implemented set of R_AARCH64_TLSDESC_* relocations.
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 23 07:45:02 PDT 2016
emaste added a comment.
> 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.
Repository:
rL LLVM
http://reviews.llvm.org/D18330
More information about the llvm-commits
mailing list