[llvm-dev] Question about LSAN sanitizer on AARCH64

Strahinja Petrovic via llvm-dev llvm-dev at lists.llvm.org
Wed Jul 20 02:50:43 PDT 2016


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.


More information about the llvm-dev mailing list