Kenneth Uildriks
2010-Mar-01 14:16 UTC
[LLVMdev] What's the state of thread_local support?
I tried using it on x86 and ended up with the global variable resolving to an invalid pointer.
Anton Korobeynikov
2010-Mar-01 14:50 UTC
[LLVMdev] What's the state of thread_local support?
> I tried using it on x86 and ended up with the global variable > resolving to an invalid pointer.It works on x86/linux and unsupported everywhere else. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Reasonably Related Threads
- [LLVMdev] Handling of thread_local globals by llc -march=cpp
- [LLVMdev] Handling of thread_local globals by llc -march=cpp
- [LLVMdev] Handling of thread_local globals by llc -march=cpp
- [LLVMdev] Handling of thread_local globals by llc -march=cpp
- [LLVMdev] Handling of thread_local globals by llc -march=cpp