Fix a missing update that C compiles default to gnu17.

https://reviews.llvm.org/D75383 switched the C default to gnu17, but
missed this instance.

Differential Revision: https://reviews.llvm.org/D83726
This commit is contained in:
Stephen Hines 2020-07-13 16:35:54 -07:00
parent d1c7f51a9e
commit 9d5a8b7edb
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ Language Selection and Mode Options
ISO C 2017 with GNU extensions
The default C language standard is ``gnu11``, except on PS4, where it is
The default C language standard is ``gnu17``, except on PS4, where it is
``gnu99``.
Supported values for the C++ language are: