[PATCH] tsan: update docs

Dmitry Vyukov dvyukov at google.com
Thu Oct 17 00:53:44 PDT 2013



================
Comment at: docs/ThreadSanitizer.rst:109
@@ +108,3 @@
+due to missed synchronization via atomic operations and missed stack frames in reports.
+If a blacklisted function is inlined into a non-blacklisted function, it will be
+instrumented.
----------------
Alexey Samsonov wrote:
> Please double check this. Is it not the case that frontend drops sanitize_thread attribute from function
> if it is blacklisted? In this case it can't be inlined into another function.
Yes, it seems to be the case.
PTAL


http://llvm-reviews.chandlerc.com/D1956



More information about the llvm-commits mailing list