[llvm-commits] [PATCH] [msan] MemorySanitizer runtime
Evgeniy Stepanov
eugenis at google.com
Mon Dec 10 05:35:36 PST 2012
Addressed all comments.
For now we only support linux. I've added an ifdef to msan_platform_limits* and renamed the files, but this does not really do much: the header, for instance, is included in msan_interceptors.cc, which include lots of posix- and linux- specific code. We'll take care of this when we port msan to other platforms.
Hi kcc,
http://llvm-reviews.chandlerc.com/D191
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D191?vs=465&id=479#toc
Files:
llvm/projects/compiler-rt/include/sanitizer/msan_interface.h
llvm/projects/compiler-rt/lib/CMakeLists.txt
llvm/projects/compiler-rt/lib/msan/CMakeLists.txt
llvm/projects/compiler-rt/lib/msan/msan.cc
llvm/projects/compiler-rt/lib/msan/msan.h
llvm/projects/compiler-rt/lib/msan/msan_allocator.cc
llvm/projects/compiler-rt/lib/msan/msan_flags.h
llvm/projects/compiler-rt/lib/msan/msan_interceptors.cc
llvm/projects/compiler-rt/lib/msan/msan_linux.cc
llvm/projects/compiler-rt/lib/msan/msan_new_delete.cc
llvm/projects/compiler-rt/lib/msan/msan_platform_limits_posix.cc
llvm/projects/compiler-rt/lib/msan/msan_platform_limits_posix.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D191.3.patch
Type: text/x-patch
Size: 60606 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121210/22e82f4e/attachment.bin>
More information about the llvm-commits
mailing list