summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/tests
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2018-11-27 01:37:08 +0000
committerKuba Mracek <mracek@apple.com>2018-11-27 01:37:08 +0000
commit265cd31fbffb8c9812c3d3e3a95167155724bc92 (patch)
tree7cfe14b52aaf7a274e69e82496243dd113ab19fc /compiler-rt/lib/sanitizer_common/tests
parent45218f4af9a07bbad0566685375edb1026dd12f5 (diff)
downloadbcm5719-llvm-265cd31fbffb8c9812c3d3e3a95167155724bc92.tar.gz
bcm5719-llvm-265cd31fbffb8c9812c3d3e3a95167155724bc92.zip
Fix filtering of sanitizer_common unittest architectures on Darwin.
llvm-svn: 347622
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/tests')
-rw-r--r--compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt b/compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
index 75998c8bd29..01627a2ab3c 100644
--- a/compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
+++ b/compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
@@ -5,7 +5,7 @@ clang_compiler_add_cxx_check()
# FIXME: use SANITIZER_COMMON_SUPPORTED_ARCH here
filter_available_targets(SANITIZER_UNITTEST_SUPPORTED_ARCH x86_64 i386 mips64 mips64el)
if(APPLE)
- darwin_filter_host_archs(SANITIZER_UNITTEST_SUPPORTED_ARCH SANITIZER_COMMON_SUPPORTED_ARCH)
+ darwin_filter_host_archs(SANITIZER_UNITTEST_SUPPORTED_ARCH SANITIZER_UNITTEST_SUPPORTED_ARCH)
endif()
set(SANITIZER_UNITTESTS
OpenPOWER on IntegriCloud