Commit b0ac9bf
authored
Explicitly drop support for old clang versions on Windows (phpGH-15415)
* Explicitly drop support for old clang versions on Windows
This ensures compatibility with the typedef redefinitions we use, and
makes it clear during the `configure` stage that old compiler versions
are not supported.
See <https://releases.llvm.org/> regarding the release history of clang.
We also remove support for two number versions of clang, since as of
LLVM 4.0.0 the project uses a three number versioning scheme; see
<https://blog.llvm.org/2016/12/llvms-new-versioning-scheme.html>.1 parent a6b7f13 commit b0ac9bf
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3073 | 3073 | | |
3074 | 3074 | | |
3075 | 3075 | | |
3076 | | - | |
3077 | | - | |
| 3076 | + | |
| 3077 | + | |
| 3078 | + | |
3078 | 3079 | | |
3079 | 3080 | | |
3080 | 3081 | | |
| |||
0 commit comments