You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to clang 10.0.0, `clang-cl -v` apparently always appended some
fine grained version information in parentheses[1]; this is no longer
the case, so the build fails early because the compiler version could
not be detected. Since we never used this fine grained version info,
we no longer check for it.
As of clang 13.0.0, the `/fallback` command option has been removed[2],
so we only set the flag for older clang versions.
[1] <php#11313 (comment)>
[2] <https://releases.llvm.org/13.0.0/tools/clang/docs/ReleaseNotes.html#removed-compiler-flags>
0 commit comments