[PATCH] [compiler-rt] Make the MSAN wmemset intercepter call wmemset instead of memset. Fixes PR 21579

Eric Fiselier eric at efcs.ca
Thu Nov 20 17:44:28 PST 2014


Hi kcc, eugenis,

Exactly what the title says. I've tested this change against the libc++ test failures and it solves all of them. The check-msan rule also still passes.
I'm not sure why it called memset originally. 

I can add tests if requested but currently there are no tests involving wide chars and they are a c++11 features.

http://reviews.llvm.org/D6352

Files:
  lib/msan/msan_interceptors.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6352.16466.patch
Type: text/x-patch
Size: 496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141121/c2944772/attachment.bin>


More information about the llvm-commits mailing list