summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2015-02-03 11:26:52 +0000
committerRenato Golin <renato.golin@linaro.org>2015-02-03 11:26:52 +0000
commit4adc9d9af911ad31c81781be298d08cc0f1f594d (patch)
tree8ba1fa0654d9671992720910aef6884a4d99be9e /cmake
parent539e8ee1516c97752b89dbe63d72878461c550a7 (diff)
Enabling testing ASAN on AArch64
Also, disabling BuiltinLongJmpTest, as it fails for ARM and PPC as well. Patch by Christophe Lyon. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@227966 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 6d7ba294a..dfeeecb16 100644
--- a/cmake/config-ix.cmake
+++ b/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 mips mipsel mips64 mips64el)
+ x86_64 i386 i686 powerpc64 powerpc64le arm aarch64 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