[all-commits] [llvm/llvm-project] 968551: [tsan] Respect no_huge_pages_for_shadow.
Chris Kennelly via All-commits
all-commits at lists.llvm.org
Thu Aug 13 12:55:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 96855125e77044b1a5d3c7f0ae90ea3a5cb035c0
https://github.com/llvm/llvm-project/commit/96855125e77044b1a5d3c7f0ae90ea3a5cb035c0
Author: Chris Kennelly <ckennelly at google.com>
Date: 2020-08-13 (Thu, 13 Aug 2020)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
M compiler-rt/lib/tsan/rtl/tsan_sync.cpp
Log Message:
-----------
[tsan] Respect no_huge_pages_for_shadow.
Disable huge pages in the TSan shadow regions when no_huge_pages_for_shadow == true (default).
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D85841
More information about the All-commits
mailing list