Re: r250514 - PS4: Make sure to add the sanitizer runtime before any linker input

2015-10-19 Thread Artem Belevich via cfe-commits
False alarm. My bisect script was not robust enough and git bisect ended up pointing to the wrong change. Sorry for the noise. --Artem On Mon, Oct 19, 2015 at 2:05 AM, Filipe Cabecinhas wrote: > I don't see this. Do you have a log for them? > > Thank you, > > Filipe > > On Fri, Oct 16, 2015 a

Re: r250514 - PS4: Make sure to add the sanitizer runtime before any linker input

2015-10-19 Thread Filipe Cabecinhas via cfe-commits
I don't see this. Do you have a log for them? Thank you, Filipe On Fri, Oct 16, 2015 at 11:52 PM, Artem Belevich via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Filipe, > > FYI, this change appears to introduce a somewhat subtle problem. clang > compiled with itself starts producing (f

Re: r250514 - PS4: Make sure to add the sanitizer runtime before any linker input

2015-10-16 Thread Artem Belevich via cfe-commits
Filipe, FYI, this change appears to introduce a somewhat subtle problem. clang compiled with itself starts producing (false positive?) warnings about uninitialized variables. I didn't get a chance to dig deeper yet. --Artem On Fri, Oct 16, 2015 at 8:07 AM, Filipe Cabecinhas via cfe-commits < cfe

r250514 - PS4: Make sure to add the sanitizer runtime before any linker input

2015-10-16 Thread Filipe Cabecinhas via cfe-commits
Author: filcab Date: Fri Oct 16 10:07:48 2015 New Revision: 250514 URL: http://llvm.org/viewvc/llvm-project?rev=250514&view=rev Log: PS4: Make sure to add the sanitizer runtime before any linker input Modified: cfe/trunk/lib/Driver/Tools.cpp Modified: cfe/trunk/lib/Driver/Tools.cpp URL: htt