[llvm-commits] [PATCH] MemorySanitizer instrumentation pass.

Evgeniy Stepanov eugenis at google.com
Tue Oct 30 07:20:52 PDT 2012


  Our tests require that MSan reports are not fatal (i.e. they are not death tests like ASan's), so...

  - get rid of ud2 in favour of noreturn call
  - add a non-fatal mode (-msan-keep-going=1)

Hi chandlerc, nicholas,

http://llvm-reviews.chandlerc.com/D56

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D56?vs=229&id=231#toc

Files:
  llvm/include/llvm/IRBuilder.h
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/Instrumentation.h
  llvm/lib/Transforms/Instrumentation/CMakeLists.txt
  llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56.6.patch
Type: text/x-patch
Size: 59593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121030/257010f4/attachment.bin>


More information about the llvm-commits mailing list