[all-commits] [llvm/llvm-project] 516d75: [msan][asan] Add runtime flag intercept_strcmp
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Sep 18 13:46:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 516d7574320554022e56bbdfcddb269f87a1ba0f
https://github.com/llvm/llvm-project/commit/516d7574320554022e56bbdfcddb269f87a1ba0f
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
M compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
A compiler-rt/test/asan/TestCases/strcmp.c
A compiler-rt/test/msan/strcmp.c
Log Message:
-----------
[msan][asan] Add runtime flag intercept_strcmp
Can be used to disable interceptor to workaround issues of
non-instrumented code.
Reviewed By: morehouse, eugenis
Differential Revision: https://reviews.llvm.org/D87897
More information about the All-commits
mailing list