summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2017-12-14 18:50:13 +0000
committerVedant Kumar <vsk@apple.com>2017-12-14 18:50:13 +0000
commit12e90365ed9cce1179df68586af3ec9d83bb0316 (patch)
tree0d0b59670b0515cd5f4bbe80c7753f6ef1f85305 /cmake/config-ix.cmake
parentf6d0ce49a30c2b40d69369cd799f76f95c052b0e (diff)
Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runtime to Solaris"
This reverts commit r320726. It looks like flock isn't available on Windows: http://lab.llvm.org:8011/builders/sanitizer-windows/builds/21317/steps/build%20compiler-rt/logs/stdio git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@320728 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rw-r--r--cmake/config-ix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index ada471953..58d4cb523 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -542,7 +542,7 @@ else()
endif()
if (PROFILE_SUPPORTED_ARCH AND NOT LLVM_USE_SANITIZER AND
- OS_NAME MATCHES "Darwin|Linux|FreeBSD|Windows|Android|SunOS")
+ OS_NAME MATCHES "Darwin|Linux|FreeBSD|Windows|Android")
set(COMPILER_RT_HAS_PROFILE TRUE)
else()
set(COMPILER_RT_HAS_PROFILE FALSE)