[PATCH] More MSan/ASan annotations.
Evgeniy Stepanov
eugenis at google.com
Thu Jan 31 05:16:31 PST 2013
================
Comment at: lib/Support/Unix/Program.inc:170
@@ -167,1 +169,3 @@
+ // of virtual memory for shadow memory mapping.
+#if !LLVM_MEMORY_SANITIZER_BUILD && !LLVM_ADDRESS_SANITIZER_BUILD
// Virtual memory.
----------------
Kostya Serebryany wrote:
> maybe use
> if( ASAN | MSAN) return
> instead of #if ?
There is no precedent of this in LLVM source.
http://llvm-reviews.chandlerc.com/D354
More information about the llvm-commits
mailing list