Skip to content

Commit 7710ba7

Browse files
committed
Bump the default clang version to 10.0.0
To match the current value in llvm-project. This fixes runnign clang tests under build-script without explicitly setting the version, where there is a test passing -fclang-abi-compat=9 that was previously failing. rdar://60376468
1 parent b717faf commit 7710ba7

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
@@ -48,7 +48,7 @@
4848

4949
COMPILER_VENDOR = 'none'
5050
SWIFT_USER_VISIBLE_VERSION = Version('5.3')
51-
CLANG_USER_VISIBLE_VERSION = Version('7.0.0')
51+
CLANG_USER_VISIBLE_VERSION = Version('10.0.0')
5252
SWIFT_ANALYZE_CODE_COVERAGE = 'false'
5353

5454
DARWIN_XCRUN_TOOLCHAIN = 'default'

0 commit comments

Comments
 (0)