[cfe-users] Code locations from the Memory Sanitizer

Erik de Castro Lopo via cfe-users cfe-users at lists.llvm.org
Fri Apr 28 03:42:00 PDT 2017


Rainer Gerhards wrote:

> I often need to set the ASAN_SYMBOLIZER_PATH:
> 
> https://clang.llvm.org/docs/AddressSanitizer.html#id4
> 
> It often tends to be wrong by package default...

Bingo! In my case, since I'm using Memory Sanitizer I needed to 
set MSAN_SYMBOLIZER_PATH rather than ASAN_SYMBOLIZER_PATH.

Thanks for your help Rainer!

Cheers,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/



More information about the cfe-users mailing list