Skip to content

Commit 1a91747

Browse files
authored
Merge pull request #16378 from bob-wilson/rdar39960908-42
[build-script] Update the default CLANG_USER_VISIBLE_VERSION to 6.0.0
2 parents 691c708 + 21c8293 commit 1a91747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build_swift/defaults.py

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

4242
COMPILER_VENDOR = 'none'
4343
SWIFT_USER_VISIBLE_VERSION = CompilerVersion('4.2')
44-
CLANG_USER_VISIBLE_VERSION = CompilerVersion('5.0.0')
44+
CLANG_USER_VISIBLE_VERSION = CompilerVersion('6.0.0')
4545
SWIFT_ANALYZE_CODE_COVERAGE = 'false'
4646

4747
DARWIN_XCRUN_TOOLCHAIN = 'default'

0 commit comments

Comments
 (0)