[PATCH] D29236: [compiler-rt] Don't change g_tls_size after initialization.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 15:59:29 PST 2017


kcc added a comment.

All this code is under defined(__mips__) || defined(__powerpc64__)
which means that I don't really know it, sorry.

Please get LGTM from someone else who knows (ore pretends to know) Power and MIPS.

A test would be very very welcome, something with lots of threads, TLS, DSOs, and such.


https://reviews.llvm.org/D29236





More information about the llvm-commits mailing list