aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/Object.cpp
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2014-04-21 11:50:42 +0000
committerKostya Serebryany <kcc@google.com>2014-04-21 11:50:42 +0000
commit94c81ca8e196e9b43280f0976ee4269c97f3084b (patch)
tree7f5ab0d2464f7c25bdd98b41afbe9ce384897b0b /llvm/lib/Object/Object.cpp
parent572e3407c37103c436d3236d5628091032e926e7 (diff)
downloadllvm-94c81ca8e196e9b43280f0976ee4269c97f3084b.zip
llvm-94c81ca8e196e9b43280f0976ee4269c97f3084b.tar.gz
llvm-94c81ca8e196e9b43280f0976ee4269c97f3084b.tar.bz2
[asan] instead of inserting inline instrumentation around memset/memcpy/memmove, replace the intrinsic with __asan_memset/etc. This makes the memset/etc handling more complete and consistent with what we do in msan. It may slowdown some cases (when the intrinsic was actually inlined) and speedup other cases (when it was not inlined)
llvm-svn: 206746
Diffstat (limited to 'llvm/lib/Object/Object.cpp')
0 files changed, 0 insertions, 0 deletions