[PATCH] D37366: Fix check-llvm on kernel 4.9+ with asan or msan
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 31 18:32:37 PDT 2017
eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.
LGTM with TSan
================
Comment at: tools/bugpoint/bugpoint.cpp:172
MemoryLimit = 400;
+#if LLVM_ADDRESS_SANITIZER_BUILD || LLVM_MEMORY_SANITIZER_BUILD
+ // Starting from kernel 4.9 memory allocated with mmap is counted against
----------------
what about TSan?
https://reviews.llvm.org/D37366
More information about the llvm-commits
mailing list