summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2015-02-18 20:30:32 +0000
committerRenato Golin <renato.golin@linaro.org>2015-02-18 20:30:32 +0000
commit3310b9db3b65683388142c3ec0b736a505f9e2d9 (patch)
treeeb0c4477f01e1fc610c48fc6a4801b63fc37a488 /cmake
parent431d768086b32c887d2f75fb9f1823947fdf1e67 (diff)
Revert "Enable ASAN build and test on AArch64"
This reverts commit r229665. It seems that the AArch64 ASAN tests, that pass on all our internal machines, doesn't like the public buildbot. Turning this off until we can investigate the public bot for a better understanding. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@229739 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 d3da63459..c8c01e96b 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -197,7 +197,7 @@ endfunction()
filter_available_targets(SANITIZER_COMMON_SUPPORTED_ARCH
x86_64 i386 i686 powerpc64 powerpc64le arm aarch64 mips mips64 mipsel mips64el)
filter_available_targets(ASAN_SUPPORTED_ARCH
- x86_64 i386 i686 powerpc64 powerpc64le arm aarch64 mips mipsel mips64 mips64el)
+ x86_64 i386 i686 powerpc64 powerpc64le arm mips mipsel mips64 mips64el)
filter_available_targets(DFSAN_SUPPORTED_ARCH x86_64 mips64 mips64el)
filter_available_targets(LSAN_SUPPORTED_ARCH x86_64)
# LSan common files should be available on all architectures supported