[compiler-rt] r193667 - [santiizer] Disable sincos interceptor in OSX.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue Oct 29 17:32:50 PDT 2013


Author: eugenis
Date: Tue Oct 29 19:32:50 2013
New Revision: 193667

URL: http://llvm.org/viewvc/llvm-project?rev=193667&view=rev
Log:
[santiizer] Disable sincos interceptor in OSX.

Modified:
    compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_interceptors.h

Modified: compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_interceptors.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_interceptors.h?rev=193667&r1=193666&r2=193667&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_interceptors.h (original)
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_interceptors.h Tue Oct 29 19:32:50 2013
@@ -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





More information about the llvm-commits mailing list