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

Adhemerval Zanella adhemerval.zanella at linaro.org
Mon Jul 27 06:31:08 PDT 2015


Hi Renato,

Thanks for review it.

On 24-07-2015 10:58, Renato Golin wrote:
> 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.
> 

So best approach would be to disable it as initial patch and then after fixing
remaining issues enable it?

> 
> http://reviews.llvm.org/D11484
> 
> 
> 



More information about the llvm-commits mailing list