summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopDistribute.cpp
diff options
context:
space:
mode:
authorEtienne Bergeron <etienneb@google.com>2016-07-14 22:29:22 +0000
committerEtienne Bergeron <etienneb@google.com>2016-07-14 22:29:22 +0000
commitc52ae0e8d163d83b386dece18c67d770e9385ffa (patch)
tree0050e5b04cb7280a245422db7ca573cd4d69d6a0 /llvm/lib/Transforms/Scalar/LoopDistribute.cpp
parent4e0ff9c46b13bc89b00c1e8d3886c7bdd792d3a0 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud