docs: clang -> Clang

Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7060>
This commit is contained in:
Erik Faye-Lund 2020-09-30 15:09:37 +02:00 committed by Marge Bot
parent f3095f9b40
commit d30470e999
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ The following compilers are known to work, if you know of others or
you're willing to maintain support for other compiler get in touch.
- GCC 4.2.0 or later (some parts of Mesa may require later versions)
- clang - exact minimum requirement is currently unknown.
- Clang - exact minimum requirement is currently unknown.
- Microsoft Visual Studio 2015 or later is required, for building on
Windows.

View File

@ -209,7 +209,7 @@ changing the default compiler. Note that Meson does not allow changing
the compilers in a configured builddir so you will need to create a new
build dir for a different compiler.
This is an example of specifying the clang compilers and cleaning the
This is an example of specifying the Clang compilers and cleaning the
build directory before reconfiguring with an extra C option:
.. code-block:: console

View File

@ -131,7 +131,7 @@ good contact point.
ralloc: don't leave out the alignment factor
Experimentation shows that without alignment factor GCC and clang choose
Experimentation shows that without alignment factor GCC and Clang choose
...
(cherry picked from commit ff494fe999510ea40e3ed5827e7818550b6de126)