[compiler-rt] r307839 - On Darwin, start building the TSan iOS dylib by default.

Kuba Mracek via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 13:25:14 PDT 2017


Author: kuba.brecka
Date: Wed Jul 12 13:25:14 2017
New Revision: 307839

URL: http://llvm.org/viewvc/llvm-project?rev=307839&view=rev
Log:
On Darwin, start building the TSan iOS dylib by default.


Modified:
    compiler-rt/trunk/cmake/config-ix.cmake

Modified: compiler-rt/trunk/cmake/config-ix.cmake
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/config-ix.cmake?rev=307839&r1=307838&r2=307839&view=diff
==============================================================================
--- compiler-rt/trunk/cmake/config-ix.cmake (original)
+++ compiler-rt/trunk/cmake/config-ix.cmake Wed Jul 12 13:25:14 2017
@@ -328,6 +328,7 @@ if(APPLE)
         if(DARWIN_${platform}_ARCHS)
           list(APPEND SANITIZER_COMMON_SUPPORTED_OS ${platform})
           list(APPEND PROFILE_SUPPORTED_OS ${platform})
+          list(APPEND TSAN_SUPPORTED_OS ${platform})
         endif()
         foreach(arch ${DARWIN_${platform}_ARCHS})
           list(APPEND COMPILER_RT_SUPPORTED_ARCH ${arch})




More information about the llvm-commits mailing list