[PATCH] D55117: [HWASAN] Instrument memory intrinsics
    Eugene Leviant via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Dec 11 05:00:31 PST 2018
    
    
  
evgeny777 updated this revision to Diff 177689.
evgeny777 added a comment.
Addressed review comments. Now the patch uses approach identical to ASAN.
ASAN doesn't add prefix in kernel compilation mode (my guess is that memset and friends are part of Linux kernel and are always instrumented in such scenario)
See also patch to runtime:  D55554 <https://reviews.llvm.org/D55554>
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55117/new/
https://reviews.llvm.org/D55117
Files:
  lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  test/Instrumentation/HWAddressSanitizer/mem-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55117.177689.patch
Type: text/x-patch
Size: 5714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181211/bb7a1cfe/attachment.bin>
    
    
More information about the llvm-commits
mailing list