diff options
| author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2013-10-30 00:32:50 +0000 |
|---|---|---|
| committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2013-10-30 00:32:50 +0000 |
| commit | cbe83ea141388abb90298d49eef2c322a7f93645 (patch) | |
| tree | 9b0f6d27244fc51d31525533e27b56d4bb5f0993 /compiler-rt/lib | |
| parent | 34b6671ca37063ea67edd87cee1bd26b27d61dc8 (diff) | |
| download | bcm5719-llvm-cbe83ea141388abb90298d49eef2c322a7f93645.tar.gz bcm5719-llvm-cbe83ea141388abb90298d49eef2c322a7f93645.zip | |
[santiizer] Disable sincos interceptor in OSX.
llvm-svn: 193667
Diffstat (limited to 'compiler-rt/lib')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h b/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h index d73107a9ad9..3346be0103c 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h @@ -144,7 +144,7 @@ # define SANITIZER_INTERCEPT_TMPNAM SI_NOT_WINDOWS # define SANITIZER_INTERCEPT_TMPNAM_R SI_LINUX_NOT_ANDROID # define SANITIZER_INTERCEPT_TEMPNAM SI_NOT_WINDOWS -# define SANITIZER_INTERCEPT_SINCOS SI_NOT_WINDOWS +# define SANITIZER_INTERCEPT_SINCOS SI_LINUX # define SANITIZER_INTERCEPT_REMQUO SI_NOT_WINDOWS # define SANITIZER_INTERCEPT_LGAMMA SI_NOT_WINDOWS # define SANITIZER_INTERCEPT_LGAMMA_R SI_LINUX |

