[cfe-dev] Driver interaction with -fsanitize=memory

dvyukov dvyukov at gmail.com
Tue Sep 3 00:30:22 PDT 2013


Hi,

Please also include tsan into this plan (and probably asan?). Tsan does not
need to see all memory accesses, but it needs to see all synchronization.
Some atomic-operation-based synchronization in shared_ptr is compiled into
libstdc++ and causes false positives:
http://llvm.org/bugs/show_bug.cgi?id=17066





--
View this message in context: http://clang-developers.42468.n3.nabble.com/Driver-interaction-with-fsanitize-memory-tp4034088p4034204.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list