[all-commits] [llvm/llvm-project] 7a957b: [TySan] Add option to outline instrumentation (#12...
gbMattN via All-commits
all-commits at lists.llvm.org
Fri Oct 31 09:52:17 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a957bd2c8438dada7382c0ac59eb7900fe4b169
https://github.com/llvm/llvm-project/commit/7a957bd2c8438dada7382c0ac59eb7900fe4b169
Author: gbMattN <matthew.nagy at sony.com>
Date: 2025-10-31 (Fri, 31 Oct 2025)
Changed paths:
M compiler-rt/lib/tysan/tysan.cpp
M compiler-rt/lib/tysan/tysan_platform.h
M compiler-rt/test/tysan/basic.c
A compiler-rt/test/tysan/simple_verify_outlines.c
A compiler-rt/test/tysan/struct-offset-outline.c
M llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp
A llvm/test/Instrumentation/TypeSanitizer/basic_outlined.ll
A llvm/test/Instrumentation/TypeSanitizer/basic_verify_outlined.ll
A llvm/test/Instrumentation/TypeSanitizer/globals_outlined.ll
Log Message:
-----------
[TySan] Add option to outline instrumentation (#120582)
Added a command line option to use function calls rather than inline
checks for TySan instrumentation.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list