diff options
author | Etienne Bergeron <etienneb@google.com> | 2016-07-14 22:29:22 +0000 |
---|---|---|
committer | Etienne Bergeron <etienneb@google.com> | 2016-07-14 22:29:22 +0000 |
commit | c52ae0e8d163d83b386dece18c67d770e9385ffa (patch) | |
tree | 0050e5b04cb7280a245422db7ca573cd4d69d6a0 /llvm/lib/Transforms/Scalar/LoopDistribute.cpp | |
parent | 4e0ff9c46b13bc89b00c1e8d3886c7bdd792d3a0 (diff) | |
download | bcm5719-llvm-c52ae0e8d163d83b386dece18c67d770e9385ffa.tar.gz bcm5719-llvm-c52ae0e8d163d83b386dece18c67d770e9385ffa.zip |
[asan] Avoid hooking memchr() on Windows64
There is not enough padding in front of memchr(), and, the first 6 bytes
contains a branch instruction. Basically the current interception will
not work on memchr().
It was disabled before, but was missing the part to disable it for
INTERCEPT_LIBRARY_FUNCTION.
Patch by Wei Wang
Differential Revision: https://reviews.llvm.org/D22371
llvm-svn: 275494
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopDistribute.cpp')
0 files changed, 0 insertions, 0 deletions