[PATCH] D18526: [tsan] Disable randomized address space on Android aarch64.
Adhemerval Zanella via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 29 07:05:36 PDT 2016
zatrazz added a comment.
Right, I missed this thread. I think the problem is you are using 'Report', instead of 'VReport(1, ...)' as the the other check for re-exec (stack usage). This messes with test-suite because the warning will be interpreted as the expected output. By using VReport(1, "...") the failed tests presented at http://reviews.llvm.org/D18378 don't show anymore. Also, use only one VReport call (as for the stack size warning above).
http://reviews.llvm.org/D18526
More information about the llvm-commits
mailing list