[PATCH] D52900: [PowerPC]Disable randomized address space on Linux ppc64le

Bill Seurer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 9 07:43:25 PDT 2018


seurer added a comment.

TSAN/MSAN:  Ahh, got it.

As for the wording, how about something like this.

WARNING: This program is being run with address space layout randomization (ASLR) turned on which prevents the thread and memory sanitizers from working on powerpc64le.  ASLR will be disabled and the program re-executed.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D52900





More information about the llvm-commits mailing list