Update mapping between Apple Clang versions and upstream Clang
For Xcode 14.0 and 14.3 Change-Id: Idd533e2d1f7b0feffa618ddf633165ce29043d5e Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 18f966aed15ace0c958d0e391813e9ab80fb92c1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
8213f639cd
commit
0e125ba4f9
@ -120,7 +120,11 @@
|
||||
// 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__ >= 13160021 // Xcode 13.3
|
||||
# if __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
|
||||
# elif __apple_build_version__ >= 13160021 // Xcode 13.3
|
||||
# define Q_CC_CLANG 1300
|
||||
# elif __apple_build_version__ >= 13000029 // Xcode 13.0
|
||||
# define Q_CC_CLANG 1200
|
||||
|
Loading…
x
Reference in New Issue
Block a user