[clang] [llvm] [TySan][Clang] Add clang flag to use tysan outlined instrumentation a… (PR #166170)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 17 06:38:29 PST 2025
================
@@ -202,6 +202,8 @@ Changes to BOLT
Changes to Sanitizers
---------------------
+* TypeSanitizer no longer inlines all instrumentation by default.
----------------
fhahn wrote:
```suggestion
* TypeSanitizer no longer inlines all instrumentation by default.
```
Would be good to mention the new options here.
https://github.com/llvm/llvm-project/pull/166170
More information about the llvm-commits
mailing list