[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 09:08:47 PST 2015


zatrazz added a comment.

I think we can only disable for x86, as:

// UNSUPPORTED: x86

And add a comment explaining some kernel might map PIE segments outside of current defined TSAN segments for x86.


http://reviews.llvm.org/D15447





More information about the llvm-commits mailing list