[PATCH] D12335: Repress sanitization on User dtor.
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 15:04:59 PDT 2015
eugenis added inline comments.
================
Comment at: include/llvm/Support/Compiler.h:321
@@ -320,3 +320,3 @@
-/// \macro LLVM_MEMORY_SANITIZER_BUILD
+/// \macro LLVM_NO_SANITIZE_MEMORY_BUILD
/// \brief Whether LLVM itself is built with MemorySanitizer instrumentation.
----------------
No, wait, this is still a MemorySanitizer build. Don't change this macro.
Only the attribute is no-sanitize.
http://reviews.llvm.org/D12335
More information about the llvm-commits
mailing list