[LLVMdev] LLVM and TLS

Lauro Ramos Venancio lauro.venancio at gmail.com
Tue Apr 10 10:08:17 PDT 2007


Hi all,

I'm trying to make a toolchain for arm-linux-gnueabi using the
llvm-gcc. To do this, I made some changes in crosstool 0.42.

Everything goes fine until llvm-gcc tries to compile the glibc.
llvm-gcc can't compile glibc because it doesn't support TLS (Thread
Local Storage).

I know there is a bug report about TLS (PR941). Is there someone
implementing TLS in LLVM and llvm-gcc? If not, I will implement this.

Lauro



More information about the llvm-dev mailing list