Skip to content

Commit d6184b0

Browse files
authored
Merge pull request #19129 from bob-wilson/rdar43163910
[build-script] Update the default CLANG_USER_VISIBLE_VERSION to 7.0.0
2 parents e33a977 + 61d98b2 commit d6184b0

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('6.0.0')
44+
CLANG_USER_VISIBLE_VERSION = CompilerVersion('7.0.0')
4545
SWIFT_ANALYZE_CODE_COVERAGE = 'false'
4646

4747
DARWIN_XCRUN_TOOLCHAIN = 'default'

0 commit comments

Comments
 (0)