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/
_______________________________________________
cfe-users mailing list
cfe-users@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

Reply via email to