[PATCH] D27407: Remove a couple of memset usages from TSan, introduced in r288624.
Dmitry Vyukov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 11:51:16 PST 2016
dvyukov added a comment.
You need to reconfigure with -DCOMPILER_RT_DEBUG=ON to get -O0 build.
There is no way to stop llvm from emitting calls to memset/memcpy. -ffreestanding does not help.
https://reviews.llvm.org/D27407
More information about the llvm-commits
mailing list