summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2015-02-03 20:23:00 +0000
committerRenato Golin <renato.golin@linaro.org>2015-02-03 20:23:00 +0000
commitb61cd95431ae53051a3eaf99fc15f531b4121a62 (patch)
treeceddee1f5c81438b5096de720414053ad3372b71
parentd9885856e65088fd622474b044bf8a8a0cb4162f (diff)
downloadbcm5719-llvm-b61cd95431ae53051a3eaf99fc15f531b4121a62.tar.gz
bcm5719-llvm-b61cd95431ae53051a3eaf99fc15f531b4121a62.zip
Revert "Enabling testing ASAN on AArch64"
This reverts commit r227966, which turned ASAN on on AArhc64 and may be the cause of the bots never finishing the check-all. I'll re-apply once we're sure that bot can cope with it. llvm-svn: 228023
-rw-r--r--compiler-rt/cmake/config-ix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/cmake/config-ix.cmake b/compiler-rt/cmake/config-ix.cmake
index c93cfb62c30..32bd65e8392 100644
--- a/compiler-rt/cmake/config-ix.cmake
+++ b/compiler-rt/cmake/config-ix.cmake
@@ -192,7 +192,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
OpenPOWER on IntegriCloud