[PATCH] D12763: [PATCH] [compiler-rt] [sanitizers] Add VMA size check at runtime
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 10 08:57:40 PDT 2015
rengolin added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_posix.cc:336
@@ +335,3 @@
+ Printf("WARNING: Runtime VMA is not the one built for.\n");
+ Printf("\tBuilt VMA: %p\n", maxBuiltVirtualSize);
+ Printf("\tRuntime VMA: %p\n", maxRuntimeVirtualSize);
----------------
I was expecting this to print things like 39/42, not the max size.
http://reviews.llvm.org/D12763
More information about the llvm-commits
mailing list