aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2019-01-24 19:15:53 +0000
committerKamil Rytarowski <n54@gmx.com>2019-01-24 19:15:53 +0000
commit9f63df969f959dc42cc5bd680c56c814be7f5e20 (patch)
tree6fed59e7c21810e79f1fd88ab39a304f7098009d /cmake
parent26b7bd710a0177e341a877fc7a0f648a4b606060 (diff)
Disable LSan on NetBSD
This no longer builds after refactoring and needs restoration. Additionally the checked in support was incomplete. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@352085 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '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 493154c59..ee01decb2 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -565,7 +565,7 @@ else()
endif()
if (COMPILER_RT_HAS_SANITIZER_COMMON AND LSAN_SUPPORTED_ARCH AND
- OS_NAME MATCHES "Darwin|Linux|FreeBSD|NetBSD")
+ OS_NAME MATCHES "Darwin|Linux|FreeBSD")
set(COMPILER_RT_HAS_LSAN TRUE)
else()
set(COMPILER_RT_HAS_LSAN FALSE)