[PATCH] D13781: [sanitizer] Use same shadow offset for aarch64

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 13:37:43 PDT 2015


rengolin added a comment.

Hi Adhemerval,

What is the impact of this change? I remember that using 39-bits config on 42-bits broke a lot of tests. Is the addition a cure for all those problems?

What about the other sanitizers? Some of them, like TSAN, run together with ASAN, shouldn't the settings be the same on both?

For the next steps, do you think this will work with all the other sanitizers?

cheers,
--renato


http://reviews.llvm.org/D13781





More information about the llvm-commits mailing list