[PATCH] D16689: [tsan] Dynamically detect heap range for aarch64.

Yabin Cui via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 11:18:23 PST 2016


yabinc added a comment.

As recommended by dvyukov, I find that we can use personality(ADDR_NO_RANDOMIZE) to disable randomized virtual address space. The patch is uploaded at http://reviews.llvm.org/D18003


http://reviews.llvm.org/D16689





More information about the llvm-commits mailing list