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/compiler-rt.lorry | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'open-source-lorries/compiler-rt.lorry') diff --git a/open-source-lorries/compiler-rt.lorry b/open-source-lorries/compiler-rt.lorry index 20b0df2..6a8d419 100644 --- a/open-source-lorries/compiler-rt.lorry +++ b/open-source-lorries/compiler-rt.lorry @@ -1,6 +1,7 @@ { "compiler-rt": { "type": "git", - "url": "http://llvm.org/git/compiler-rt.git" + "url": "http://llvm.org/git/compiler-rt.git", + "description": "Obsolete (use llvm)" } } -- cgit v1.2.1