[PATCH] D52900: [PowerPC]Disable randomized address space on Linux ppc64le
Bill Seurer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 8 13:59:43 PDT 2018
seurer added a comment.
The similar change for aarch64 was done in
compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc
which seems a more "natural" location for this. Will that location not work for powerpc64?
Also, the wording of the warning is terrible (same as in the aarch64 one).
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D52900
More information about the llvm-commits
mailing list