This enables TLS knowledge for s390 in sanitizers.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I'm not too happy about the inline assembly in ThreadSelf. gcc supports __builtin_thread_pointer that returns exactly what's needed - maybe a better idea would be to add support for that in clang and use it here. WDYT?
Comment Actions
Let's go with __builtin_thread_pointer - I have submitted the llvm bits in D19054 and will soon submit clang bits.
Comment Actions
Whoops, accidentally created a new revision (D19594) instead of updating this one; abandoning.