Skip to content

Commit 21c8293

Browse files
committed
[build-script] Update the default CLANG_USER_VISIBLE_VERSION to 6.0.0
The swift-4.2-branch of Clang/LLVM is derived from LLVM 6.0. Set the default Clang version to match. rdar://problem/39960908
1 parent 46518b3 commit 21c8293

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)