Skip to content
Commit 94c81ca8 authored by Kostya Serebryany's avatar Kostya Serebryany
Browse files

[asan] instead of inserting inline instrumentation around...

[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
parent 572e3407
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment