[compiler-rt] [llvm] [TySan] Add option to outline instrumentation (PR #120582)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 07:46:13 PST 2024
https://github.com/fhahn commented:
Might be a crazy idea, but would it make sense to add a mode where we emit both the inline and outlined versions and check if they agree? Would be even slower but might be a good way to verify both implementations agree?
https://github.com/llvm/llvm-project/pull/120582
More information about the llvm-commits
mailing list