[PATCH] D18894: [sanitizer] [SystemZ] Enable TLS functionality.
Marcin KoĆcielnicki via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 14 01:38:16 PDT 2016
koriakin planned changes to this revision.
koriakin added a comment.
In http://reviews.llvm.org/D18894#395283, @koriakin wrote:
> 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?
Let's go with __builtin_thread_pointer - I have submitted the llvm bits in http://reviews.llvm.org/D19054 and will soon submit clang bits.
Repository:
rL LLVM
http://reviews.llvm.org/D18894
More information about the llvm-commits
mailing list