Skip to content

Commit da5b069

Browse files
authored
Bump the default clang version to 13.0.0
1 parent e77b14a commit da5b069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build_swift/build_swift/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
COMPILER_VENDOR = 'none'
5252
SWIFT_USER_VISIBLE_VERSION = Version('5.6')
53-
CLANG_USER_VISIBLE_VERSION = Version('10.0.0')
53+
CLANG_USER_VISIBLE_VERSION = Version('13.0.0')
5454
SWIFT_ANALYZE_CODE_COVERAGE = 'false'
5555

5656
DARWIN_XCRUN_TOOLCHAIN = 'default'

0 commit comments

Comments
 (0)