Skip to content

Commit 61d98b2

Browse files
committed
[build-script] Update the default CLANG_USER_VISIBLE_VERSION to 7.0.0
The swift-5.0-branch of Clang/LLVM is closest to LLVM 7.0 (and we are investigating merging up to the real 7.0 branch). Set the default Clang version to match. rdar://problem/43163910
1 parent 27e326a commit 61d98b2

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)