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

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 08:29:45 PST 2016


dvyukov added a comment.

FWIW we could also check whether modules are loaded at suitable addresses or not. And disable randomization/reexec only if it's really necessary. I don't know why reexec is a thing to avoid, though. So maybe it's good as is.


http://reviews.llvm.org/D18003





More information about the llvm-commits mailing list