Skip to content

Commit efc864d

Browse files
committed
Update clang version in update-checkout-config.json.
clang requires minor changes to support `call` declarations in Swift. Note: the clang remote should be reverted back to "apple/swift-clang".
1 parent 2456a6e commit efc864d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"llvm": {
66
"remote": { "id": "apple/swift-llvm" } },
77
"clang": {
8-
"remote": { "id": "apple/swift-clang" } },
8+
"remote": { "id": "dan-zheng/swift-clang" } },
99
"swift": {
1010
"remote": { "id": "apple/swift" } },
1111
"lldb": {
@@ -53,7 +53,7 @@
5353
"aliases": ["master", "stable"],
5454
"repos": {
5555
"llvm": "stable",
56-
"clang": "stable",
56+
"clang": "callable",
5757
"swift": "master",
5858
"lldb": "stable",
5959
"cmark": "master",

0 commit comments

Comments
 (0)