[PATCH] D18526: [tsan] Disable randomized address space on aarch64 linux.

Yabin Cui via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 16:46:29 PDT 2016


yabinc added a comment.

> when I create a buildbot for Android, covering the sanitizers, will I have to disable ASRL?


I don't know other sanitizers. But as in this patch, tsan will do it for you.

> That is precisely my point about Android/LLVM not being a toy project any more.


I never intend to say Android/LLVM doesn't involve security issue. But for tsan, as it consumes much more memory and runtime slowdown currently, I think no one intend to ship it on product.

> But I want us to start thinking about the bigger picture here very soon. It'd also be good if Google could setup up a buildbot on Nexus devices.


We don't have Android/LLVM buildbot now. But I think it is nice to have. srhines@ and danalbert@ should be the right people to talk to.


http://reviews.llvm.org/D18526





More information about the llvm-commits mailing list