From 6ef4e40d4811a522746d50ff51957f66eed9cc81 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Sun, 4 Jun 2017 22:18:57 +0000 Subject: [PATCH] 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 --- utils/git-svn/git-llvm | 5 +++++ 1 file changed, 5 insertions(+) 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', ] } -- 2.50.1