summaryrefslogtreecommitdiff
path: root/utils/git-svn
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2017-06-04 22:18:57 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2017-06-04 22:18:57 +0000
commit6ef4e40d4811a522746d50ff51957f66eed9cc81 (patch)
tree97e02cdcf1cb9fa0694341f928b79cb904bbd593 /utils/git-svn
parentf38a0160b9067c9f8b677ca5df5c898c9808495d (diff)
git-llvm: Update the project list for the llvm-project-20170507 monorepo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304691 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/git-svn')
-rwxr-xr-xutils/git-svn/git-llvm5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/git-svn/git-llvm b/utils/git-svn/git-llvm
index 975b8480601..70b63f19949 100755
--- a/utils/git-svn/git-llvm
+++ b/utils/git-svn/git-llvm
@@ -36,14 +36,19 @@ GIT_TO_SVN_DIR = {
for d in [
'clang-tools-extra',
'compiler-rt',
+ 'debuginfo-tests',
'dragonegg',
'klee',
'libclc',
'libcxx',
'libcxxabi',
+ 'libunwind',
'lld',
'lldb',
+ 'llgo',
'llvm',
+ 'openmp',
+ 'parallel-libs',
'polly',
]
}