Update Apple Clang/LLVM version mapping
Pick-to: 6.8 6.5 Change-Id: I4d79b44f440a70ce650240f3c16519aa4964094f Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit bfd844a42c5907640e3e79cc6511cf0d878b68e1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
48dae6d4df
commit
0dddac9add
@ -124,7 +124,13 @@
|
||||
// define to verify the Clang version we hard-code the versions
|
||||
// based on the best available info we have about the actual
|
||||
// version: http://en.wikipedia.org/wiki/Xcode#Toolchain_Versions
|
||||
# if __apple_build_version__ >= 14030022 // Xcode 14.3
|
||||
# if __apple_build_version__ >= 17000013 // Xcode 16.3
|
||||
# define Q_CC_CLANG 1914
|
||||
# elif __apple_build_version__ >= 16000026 // Xcode 16.0
|
||||
# define Q_CC_CLANG 1706
|
||||
# elif __apple_build_version__ >= 15000040 // Xcode 15.0
|
||||
# define Q_CC_CLANG 1600
|
||||
# elif __apple_build_version__ >= 14030022 // Xcode 14.3
|
||||
# define Q_CC_CLANG 1500
|
||||
# elif __apple_build_version__ >= 14000029 // Xcode 14.0
|
||||
# define Q_CC_CLANG 1400
|
||||
|
Loading…
x
Reference in New Issue
Block a user