Re: r265359 - Set the default C standard to C99 when targeting the PS4.

2016-04-06 Thread Sean Silva via cfe-commits
I've had to revert this in r265601 because it was breaking the PS4 bots. In the future, please keep an eye on them! It's a total bummer leaving them red for 2 days. http://lab.llvm.org:8011/waterfall?builder=llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast&builder=llvm-clang-lld-x86_64-scei-ps4-windows

r265359 - Set the default C standard to C99 when targeting the PS4.

2016-04-04 Thread Sunil Srivastava via cfe-commits
Author: ssrivastava Date: Mon Apr 4 17:56:05 2016 New Revision: 265359 URL: http://llvm.org/viewvc/llvm-project?rev=265359&view=rev Log: Set the default C standard to C99 when targeting the PS4. Patch by Douglas Yung! Differential Revision: http://reviews.llvm.org/D18708 Modified: cfe/trun