[PATCH] D75312: [DFSan] Add flag to insert event callbacks.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 17:14:40 PST 2020
eugenis accepted this revision.
eugenis added a comment.
If MSan remembered store addresses, it would very fast run out of origin ids.
Since this is an experimental API without a frontend flag, I'd say do what is useful right now, and add more info later if it becomes necessary.
LGTM
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