Strahinja Petrovic via llvm-dev
2016-Jul-20 09:50 UTC
[llvm-dev] Question about LSAN sanitizer on AARCH64
Hi everyone, I have question about LSAN sanitizer on aarch64 architecture. Why make check-lsan is not enabled? When I enable it some tests fail. Part of them fail because of different printing of pointers (etc libc fprintf prints 0x7f79003c80 and LSAN print prints 0x007f79003c80 and when make check checks those values test fails). Some of the tests fail when using thread local storage option (use_tls=1). Does anyone know something more about this issues ? Regards, Strahinja.
Renato Golin via llvm-dev
2016-Jul-20 09:55 UTC
[llvm-dev] Question about LSAN sanitizer on AARCH64
Copying Adhemerval, as he is the one adding sanitizer support to AArch64. cheers, --renato On 20 July 2016 at 10:50, Strahinja Petrovic <strahinja.petrovic at rt-rk.com> wrote:> Hi everyone, > > I have question about LSAN sanitizer on aarch64 architecture. Why make > check-lsan is not enabled? > When I enable it some tests fail. Part of them fail because of different > printing of pointers (etc libc > fprintf prints 0x7f79003c80 and LSAN print prints 0x007f79003c80 and when > make check checks those values test fails). > Some of the tests fail when using thread local storage option (use_tls=1). > Does anyone know something more about this issues ? > > Regards, > Strahinja.