From ee130d1c2ac713d3a093e53231ae3f6a5e26c0b6 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 18 Feb 2015 11:34:41 +0000 Subject: [PATCH] Enable ASAN build and test on AArch64 llvm-svn: 229665 --- compiler-rt/cmake/config-ix.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/cmake/config-ix.cmake b/compiler-rt/cmake/config-ix.cmake index c8c01e96b3a1..d3da63459e1b 100644 --- a/compiler-rt/cmake/config-ix.cmake +++ b/compiler-rt/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 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