[clang] [compiler-rt] [llvm] [TySan] A Type Sanitizer (Runtime Library) (PR #76261)
Sean McBride via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 14:08:11 PST 2025
seanm wrote:
@fhahn can TySan be made to trap when it detects a problem? I tried `-fsanitize-trap=type` but got:
`clang++: error: unsupported argument 'type' to option '-fsanitize-trap='`
`-fsanitize-trap=all` does not seem to result in TySan trapping, only logging...
https://github.com/llvm/llvm-project/pull/76261
More information about the llvm-commits
mailing list