[all-commits] [llvm/llvm-project] dc3388: [msan] Respect no_huge_pages_for_shadow.
Evgenii Stepanov via All-commits
all-commits at lists.llvm.org
Sat Aug 1 17:07:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dc3388b0209d17f7ee2f4dc3e4f072dc397dd75d
https://github.com/llvm/llvm-project/commit/dc3388b0209d17f7ee2f4dc3e4f072dc397dd75d
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2020-08-01 (Sat, 01 Aug 2020)
Changed paths:
M compiler-rt/lib/msan/msan_linux.cpp
Log Message:
-----------
[msan] Respect no_huge_pages_for_shadow.
Disable huge pages in the MSan shadow region when
no_huge_pages_for_shadow == true (default).
Differential Revision: https://reviews.llvm.org/D85061
More information about the All-commits
mailing list