8325878: Require minimum Clang version 13

Reviewed-by: jwaters, ihse
This commit is contained in:
Kim Barrett
2024-03-06 20:17:11 +00:00
parent 13c74535de
commit 989fc3e6ea
3 changed files with 3 additions and 3 deletions

View File

@@ -413,7 +413,7 @@ In general, any version between these two should be usable.
### clang
The minimum accepted version of clang is 3.5. Older versions will not be
The minimum accepted version of clang is 13. Older versions will not be
accepted by `configure`.
To use clang instead of gcc on Linux, use `--with-toolchain-type=clang`.