Skip to content

Commit 7f220e0

Browse files
authored
Update the clang version to 17
1 parent cdb20cb commit 7f220e0

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
@@ -47,7 +47,7 @@
4747

4848
COMPILER_VENDOR = 'none'
4949
SWIFT_USER_VISIBLE_VERSION = Version('5.9')
50-
CLANG_USER_VISIBLE_VERSION = Version('13.0.0')
50+
CLANG_USER_VISIBLE_VERSION = Version('17.0.0')
5151
SWIFT_ANALYZE_CODE_COVERAGE = 'false'
5252

5353
DARWIN_XCRUN_TOOLCHAIN = 'default'

0 commit comments

Comments
 (0)