[PATCH] D75312: [DFSan] Add flag to insert event callbacks.
    Matt Morehouse via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Feb 27 17:05:35 PST 2020
    
    
  
morehouse added a comment.
In D75312#1897073 <https://reviews.llvm.org/D75312#1897073>, @eugenis wrote:
> Do you want to also pass the store address to the callback?
Maybe?  For the immediate use case (i.e. getting a stack trace) it's probably not needed, but maybe the address would be useful for something else?
I noticed MSan origins reports don't give the store address, so I figured it wasn't too important.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75312/new/
https://reviews.llvm.org/D75312
    
    
More information about the llvm-commits
mailing list