summaryrefslogtreecommitdiff
path: root/lib/msan/msan_interceptors.cc
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2016-05-17 22:24:55 +0000
committerAnna Zaks <ganna@apple.com>2016-05-17 22:24:55 +0000
commit41a8ddbff8f8092409bbbaa753d5ac508c98ee13 (patch)
treea8cb8968f2c6b531e3ad03b935c820b2dc56ca66 /lib/msan/msan_interceptors.cc
parentfcc603851ff180536f71bae303d3c024c66c7595 (diff)
[tsan] Ensure mmap respects ignore_interceptors_accesses
The ignore_interceptors_accesses setting did not have an effect on mmap, so let's change that. It helps in cases user code is accessing the memory written to by mmap when the synchronization is ensured by the code that does not get rebuilt. (This effects Swift interoperability since it's runtime is mapping memory which gets accessed by the code emitted into the Swift application by the compiler.) Differential Revision: http://reviews.llvm.org/D20294 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@269855 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/msan/msan_interceptors.cc')
0 files changed, 0 insertions, 0 deletions