Re: r268127 - Add a new warning to notify users of mismatched SDK and deployment target

2016-04-29 Thread Chris Bieneman via cfe-commits
Yep, looks like that fixed it. Sorry for the prolonged break. -Chris > On Apr 29, 2016, at 10:33 PM, Chris Bieneman wrote: > > Took a blind stab at fixing it in r268156. > > -Chris > >> On Apr 29, 2016, at 10:10 PM, Chris Bieneman via cfe-commits >> mailto:cfe-commits@lists.llvm.org>> wrote:

Re: r268127 - Add a new warning to notify users of mismatched SDK and deployment target

2016-04-29 Thread Chris Bieneman via cfe-commits
Took a blind stab at fixing it in r268156. -Chris > On Apr 29, 2016, at 10:10 PM, Chris Bieneman via cfe-commits > wrote: > > Unless I'm reading the log wrong there doesn't seem to be any error text > getting logged. > > Any idea what that is about? > > -Chris > > On Apr 29, 2016, at 9:49

Re: r268127 - Add a new warning to notify users of mismatched SDK and deployment target

2016-04-29 Thread Chris Bieneman via cfe-commits
Unless I'm reading the log wrong there doesn't seem to be any error text getting logged. Any idea what that is about? -Chris > On Apr 29, 2016, at 9:49 PM, Sean Silva wrote: > > This breaks the PS4 bots at least. They've been red for hours now. > http://lab.llvm.org:8011/builders/llvm-clang-l

Re: r268127 - Add a new warning to notify users of mismatched SDK and deployment target

2016-04-29 Thread Sean Silva via cfe-commits
This breaks the PS4 bots at least. They've been red for hours now. http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast?numbuilds=100 On Fri, Apr 29, 2016 at 3:28 PM, Chris Bieneman via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: cbieneman > Date: Fri Apr 29

r268127 - Add a new warning to notify users of mismatched SDK and deployment target

2016-04-29 Thread Chris Bieneman via cfe-commits
Author: cbieneman Date: Fri Apr 29 17:28:34 2016 New Revision: 268127 URL: http://llvm.org/viewvc/llvm-project?rev=268127&view=rev Log: Add a new warning to notify users of mismatched SDK and deployment target Summary: This patch adds a new driver warning -Wincompatible-sdk which notifies the use