[PATCH] D11484: [compiler] [tsan] Enable tsan for aarch64

Renato Golin renato.golin at linaro.org
Fri Jul 24 06:58:21 PDT 2015


rengolin added inline comments.

================
Comment at: cmake/config-ix.cmake:261
@@ -260,3 +260,3 @@
   mipsel mips64el aarch64 powerpc64 powerpc64le)
-filter_available_targets(TSAN_SUPPORTED_ARCH x86_64 mips64 mips64el)
+filter_available_targets(TSAN_SUPPORTED_ARCH x86_64 mips64 mips64el aarch64)
 filter_available_targets(UBSAN_SUPPORTED_ARCH x86_64 i386 i686 arm aarch64 mips
----------------
If you enable this by default, and there's still one test failing, the AArch64 buildbot will break.


http://reviews.llvm.org/D11484







More information about the llvm-commits mailing list