[PATCH] A fix for sanitizers' TLS support on FreeBSD
Alexey Samsonov
samsonov at google.com
Thu Mar 20 02:28:02 PDT 2014
LGTM (module comment below)
================
Comment at: lib/sanitizer_common/sanitizer_linux_libcdep.cc:391
@@ -407,1 +390,3 @@
+void InitTlsSize() {
+#if !SANITIZER_FREEBSD && !SANITIZER_ANDROID
----------------
Move this function back to top (near the g_tls_size and DL_INTERNAL_FUNCTION).
http://llvm-reviews.chandlerc.com/D3099
More information about the llvm-commits
mailing list