[PATCH] D15447: [compiler-rt] [tsan] Add support for PIE build on AArch64

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 08:26:54 PST 2015


zatrazz added a comment.

I am using the updated 3.19 kernel from Ubuntu 14.04, which does have the "mm: split ET_DYN ASLR from mmap ASLR" patch backported (I checked on the package source code).

So now I am not sure which would be the best option to add the PIE test, marking it as XFAIL might not fail with a kernel without this patch and I also do not think the best would be mark X86 as unstable (to check for stable-required).


http://reviews.llvm.org/D15447





More information about the llvm-commits mailing list