diff options
author | Daniel Jasper <djasper@google.com> | 2016-12-05 14:37:42 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2016-12-05 14:37:42 +0000 |
commit | 724df6e8b706c6a4c700c7a348fd443b76cbf1d2 (patch) | |
tree | 0e11965133dbda013ea0595b19f7956ed4d44b8b /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | 5e922eb0a37297e16e7e15deb6fea87486d4f29f (diff) | |
download | llvm-724df6e8b706c6a4c700c7a348fd443b76cbf1d2.zip llvm-724df6e8b706c6a4c700c7a348fd443b76cbf1d2.tar.gz llvm-724df6e8b706c6a4c700c7a348fd443b76cbf1d2.tar.bz2 |
Remove a couple of memset usages from TSan, introduced in r288624.
TSan runtime shouldn't contain memset, so internal_memset is used
instead and syntax that emits memset is avoided.
This doesn't fail in-tree due to TSan being build with -03, but it fails
when TSan is built with -O0, and is (I think) a true positive.
Patch by Sam McCall, review: https://reviews.llvm.org/D27407
llvm-svn: 288672
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions