Skip to content

Commit 9420014

Browse files
committed
[update-checkout] Add support for checking out compiler-rt in update-checkout.
This makes pull request testing of master-next work.
1 parent 3fc2291 commit 9420014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/update-checkout

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ REPOSITORIES = {
4242
NEXT_BRANCHES = {
4343
'llvm': 'stable-next',
4444
'clang': 'stable-next',
45+
'compiler-rt': 'stable-next',
4546
'swift': 'master-next',
4647
'lldb': 'master-next',
4748
'cmark': 'master',

0 commit comments

Comments
 (0)