LGTM ================ 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. ---------------- maybe use if( ASAN | MSAN) return instead of #if ? http://llvm-reviews.chandlerc.com/D354