How to identify the version of the LLVM AddressSanitizer integrated to GCC 4.9.3 and after

2016-03-31 Thread Gayan Pathirage
Hi, I find it difficult to locate the information regarding the version of the sanitizers (i.e. LLVM Sanitizers) integrated with GCC 4.9.3. Could anyone suggest me a location where I can find this information. My question is due to some of the run time flags defined in ASAN is not recognized in G

Re: How to identify the version of the LLVM AddressSanitizer integrated to GCC 4.9.3 and after

2016-03-31 Thread Gayan Pathirage
tools by LLVM in to GCC, like Memory Sanitizer, Data Flow Sanitizer ? Best Regards, Gayan On Thu, Mar 31, 2016 at 4:40 PM, Maxim Ostapenko wrote: > Hi. > > On 31/03/16 12:52, Gayan Pathirage wrote: >> >> Hi, >> >> I find it difficult to locate the informatio

Re: How to identify the version of the LLVM AddressSanitizer integrated to GCC 4.9.3 and after

2016-03-31 Thread Gayan Pathirage
Thanks a lot for the prompt feedback Maxim, All clear now! On Thu, Mar 31, 2016 at 9:18 PM, Maxim Ostapenko wrote: > On 31/03/16 18:20, Gayan Pathirage wrote: >> >> Hi Maxim, >> >> Thanks a lot for the information. I find it very useful for my future >> te