[PATCH] D10522: Implement target independent TLS compatible with glibc's emutls.c.
Xinliang David Li
davidxl at google.com
Tue Jul 14 16:04:11 PDT 2015
The emulated tls support won't be complete until the builtins are
supported by llvm runtime. You will need to implemented. See
http://compiler-rt.llvm.org/ for project info.
David
On Tue, Jul 14, 2015 at 3:55 PM, Chih-Hung Hsieh <chh at google.com> wrote:
> chh added a comment.
>
> I see. It's probably more a package and license issue. GCC's code is small in
> https://github.com/gcc-mirror/gcc/blob/master/libgcc/emutls.c
> Maybe llvm compiler-rt expert can suggest a solution?
>
>
> Repository:
> rL LLVM
>
> http://reviews.llvm.org/D10522
>
>
>
More information about the llvm-commits
mailing list