[PATCH] D12841: [LLVMdev] Compiler-RT - Enabling ThreadSanitizer on PPC64(BE/LE) platforms

Simone via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 13:04:17 PST 2015


simoatze added a comment.

Hi,

is ok to commit the patch in this status?
I talked to Bill, and he agreed to commit the patch as it is.

Currently XFAILing the tests with suspicious libc (for VMA=44 bits) will produce XPASSes on ppc64le (VMA=46 bits).
It looks like FileCheck does not allow to discriminate this two different cases, do you have any suggestion? 
Otherwise if we can just XFAIL those tests and have 3 XPASSes for ppc64le, I think the patch is ready to be committed unless you have some other comment.

Simone


http://reviews.llvm.org/D12841





More information about the llvm-commits mailing list