Re: [cfe-users] Errors when trying to use libcxx/libcxxabi with memory sanitizer

2015-11-23 Thread Evgenii Stepanov via cfe-users
It works in general. On Mon, Nov 23, 2015 at 11:13 AM, Schlottke-Lakemper, Michael wrote: > >> On 23 Nov 2015, at 20:01 , Evgenii Stepanov >> wrote: >> >> Yes. Effectively you need two environments - one with >> msan-instrumented libraries, and one without. Compilation should >> happen in the l

Re: [cfe-users] Errors when trying to use libcxx/libcxxabi with memory sanitizer

2015-11-23 Thread MeldaProduction via cfe-users
unsubscribe Cheers! Vojtech www.meldaproduction.com Facebook , Twitter , Youtube 2015-11-23 20:13 GMT+01:00 Schlottke-Lakemper, Michael via cfe-users < cfe-users@lists.llvm.

Re: [cfe-users] Errors when trying to use libcxx/libcxxabi with memory sanitizer

2015-11-23 Thread Schlottke-Lakemper, Michael via cfe-users
> On 23 Nov 2015, at 20:01 , Evgenii Stepanov wrote: > > Yes. Effectively you need two environments - one with > msan-instrumented libraries, and one without. Compilation should > happen in the latter (unless you want to instrument the compiler which > is not very productive), and resulting bina

Re: [cfe-users] Errors when trying to use libcxx/libcxxabi with memory sanitizer

2015-11-23 Thread Evgenii Stepanov via cfe-users
Yes. Effectively you need two environments - one with msan-instrumented libraries, and one without. Compilation should happen in the latter (unless you want to instrument the compiler which is not very productive), and resulting binaries should be run in the former. On Mon, Nov 23, 2015 at 10:50 A

Re: [cfe-users] Errors when trying to use libcxx/libcxxabi with memory sanitizer

2015-11-23 Thread Schlottke-Lakemper, Michael via cfe-users
> On 23 Nov 2015, at 18:11 , Evgenii Stepanov wrote: > > On Mon, Nov 23, 2015 at 12:59 AM, Schlottke-Lakemper, Michael via > cfe-users wrote: >> Hi folks, >> >> I'm trying to set up our cluster tool chain to support clang’s memory >> sanitizer for our multiphysics simulation program, but I can

Re: [cfe-users] Errors when trying to use libcxx/libcxxabi with memory sanitizer

2015-11-23 Thread Evgenii Stepanov via cfe-users
On Mon, Nov 23, 2015 at 12:59 AM, Schlottke-Lakemper, Michael via cfe-users wrote: > Hi folks, > > I'm trying to set up our cluster tool chain to support clang’s memory > sanitizer for our multiphysics simulation program, but I can’t get it to > work :-/ > > I started with a regularly compiled cla