[PATCH] D18894: [sanitizer] [SystemZ] Enable TLS functionality.
Marcin KoĆcielnicki via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 8 02:55:35 PDT 2016
koriakin added a comment.
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?
Repository:
rL LLVM
http://reviews.llvm.org/D18894
More information about the llvm-commits
mailing list