[PATCH] D130161: Added command-line options to exclude functions from function instrumentation output.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 20 15:10:49 PDT 2022


MaskRay added a comment.

See https://clang.llvm.org/docs/SanitizerSpecialCaseList.html , -fsanitize-ignorelist and `*san_ignorelist.txt` in the Clang resource directory.
If you can state your motivation, I am happy to implement it as I just modified related code for sanitizers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130161



More information about the cfe-commits mailing list