diff options
| author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2014-04-25 13:26:21 +0000 |
|---|---|---|
| committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2014-04-25 13:26:21 +0000 |
| commit | f3d5d119a8207a163bca1e5cf1b3b83f9417327e (patch) | |
| tree | d04e37158a4104454f6347519c25f9b517d61b82 /compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h | |
| parent | d0f841ce4aa84df575a329fbf55f305002ea0d03 (diff) | |
| download | bcm5719-llvm-f3d5d119a8207a163bca1e5cf1b3b83f9417327e.tar.gz bcm5719-llvm-f3d5d119a8207a163bca1e5cf1b3b83f9417327e.zip | |
[sanitizer] Intercept a bunch of stdio calls.
Add move fopen/freopen interceptors from TSan to common.
llvm-svn: 207224
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h b/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h index a26a8f8f3e6..2401e470b91 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h @@ -196,5 +196,8 @@ #define SANITIZER_INTERCEPT_FTIME SI_NOT_WINDOWS #define SANITIZER_INTERCEPT_XDR SI_LINUX_NOT_ANDROID #define SANITIZER_INTERCEPT_TSEARCH SI_LINUX_NOT_ANDROID || SI_MAC +#define SANITIZER_INTERCEPT_LIBIO_INTERNALS SI_LINUX_NOT_ANDROID +#define SANITIZER_INTERCEPT_FOPEN SI_NOT_WINDOWS +#define SANITIZER_INTERCEPT_OPEN_MEMSTREAM SI_LINUX_NOT_ANDROID #endif // #ifndef SANITIZER_PLATFORM_INTERCEPTORS_H |

