From 34eb135ecb4b4a8b0410b08ac414f4c7d5eee100 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 20:32:11 +0100 Subject: Update mirroring for LLVM The canonical repositories are now on GitHub. The clang and compiler-rt sources have been folded into the llvm repository, so mark their separate repositories as obsolete rather than pulling from GitHub. --- open-source-lorries/llvm.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/llvm.lorry') diff --git a/open-source-lorries/llvm.lorry b/open-source-lorries/llvm.lorry index 4a6663f..b3c30f0 100644 --- a/open-source-lorries/llvm.lorry +++ b/open-source-lorries/llvm.lorry @@ -1,6 +1,6 @@ { "llvm": { "type": "git", - "url": "http://llvm.org/git/llvm.git" + "url": "https://github.com/llvm/llvm-project.git" } } -- cgit v1.2.1