From 110f2c43a1e8ae5c51c56efae4b696f264511b4c Mon Sep 17 00:00:00 2001 From: "David L. Jones" Date: Mon, 16 Sep 2019 23:36:35 +0000 Subject: [PATCH] Add libc to path mappings in git-llvm. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372048 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/git-svn/git-llvm | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/git-svn/git-llvm b/utils/git-svn/git-llvm index 549a45558dd..3ab9d31b4b1 100755 --- a/utils/git-svn/git-llvm +++ b/utils/git-svn/git-llvm @@ -53,6 +53,7 @@ LLVM_MONOREPO_SVN_MAPPING = { 'debuginfo-tests', 'dragonegg', 'klee', + 'libc', 'libclc', 'libcxx', 'libcxxabi', -- 2.50.1