Skip to content

Commit

Permalink
Bump the default clang version to 10.0.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
benlangmuir committed Mar 19, 2020
1 parent b717faf commit 7710ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build_swift/build_swift/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

COMPILER_VENDOR = 'none'
SWIFT_USER_VISIBLE_VERSION = Version('5.3')
CLANG_USER_VISIBLE_VERSION = Version('7.0.0')
CLANG_USER_VISIBLE_VERSION = Version('10.0.0')
SWIFT_ANALYZE_CODE_COVERAGE = 'false'

DARWIN_XCRUN_TOOLCHAIN = 'default'
Expand Down

0 comments on commit 7710ba7

Please sign in to comment.