[cfe-users] Code locations from the Memory Sanitizer

2017-04-28 Thread Erik de Castro Lopo via cfe-users
Hi all, I've tried Clang versions 3.6, 3.9 and 5.0 (all installed from Debian packages on a Debian x86_64 machine), but I still can't get Memory Sanitizer to give me the error file and line number locations. The project is http://github.com/erikd/libsndfile and I'm configuring/building it wi

Re: [cfe-users] Code locations from the Memory Sanitizer

2017-04-28 Thread Rainer Gerhards via cfe-users
2017-04-28 12:25 GMT+02:00 Erik de Castro Lopo via cfe-users : > Hi all, > > I've tried Clang versions 3.6, 3.9 and 5.0 (all installed from Debian > packages on a Debian x86_64 machine), but I still can't get Memory > Sanitizer to give me the error file and line number locations. > > The project is

Re: [cfe-users] Code locations from the Memory Sanitizer

2017-04-28 Thread Erik de Castro Lopo via cfe-users
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_SYMBOL

[cfe-users] Building RPM for clang

2017-04-28 Thread masaru tsuchiyama via cfe-users
Hi Could you tell me how to build a RPM of clang? Regards. Masaru ___ cfe-users mailing list cfe-users@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

[cfe-users] Building Windows Installer fo clang

2017-04-28 Thread masaru tsuchiyama via cfe-users
Hi Could you tell me how to build Windows Installer for clang Regards. Masaru. ___ cfe-users mailing list cfe-users@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users