[PATCH] D55117: [HWASAN] Instrument memory intrinsics

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 6 17:44:45 PST 2018


kcc added a comment.

asan replaces memset with __asan_memset (same for memcpy and memmove), see AddressSanitizer::instrumentMemIntrinsic. 
Would it be more flexible to use the same approach here?

(and yes, we need to do this, so please proceed with a test)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55117/new/

https://reviews.llvm.org/D55117





More information about the llvm-commits mailing list