[PATCH] D129832: [sanitizer] Add "mainsrc" prefix to sanitizer special case list
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 22:29:03 PDT 2022
vitalybuka added a comment.
problem with included files that we don't know which non-inlined version of the function will endup in the binary
so using this option, user may unintentionally disable instrumentation on all included headers, even when included from a different place
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129832/new/
https://reviews.llvm.org/D129832
More information about the llvm-commits
mailing list