summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 20:32:11 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:18:23 +0100
commit34eb135ecb4b4a8b0410b08ac414f4c7d5eee100 (patch)
tree0dc97826272ce779dd3e070942c2a3bc681ee158
parentcf239ee0d0893b2281d5245de75c72b77c39ea41 (diff)
downloadlorries-34eb135ecb4b4a8b0410b08ac414f4c7d5eee100.tar.gz
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.
-rw-r--r--open-source-lorries/clang.lorry3
-rw-r--r--open-source-lorries/compiler-rt.lorry3
-rw-r--r--open-source-lorries/llvm.lorry2
3 files changed, 5 insertions, 3 deletions
diff --git a/open-source-lorries/clang.lorry b/open-source-lorries/clang.lorry
index ee53e3f..c5efa99 100644
--- a/open-source-lorries/clang.lorry
+++ b/open-source-lorries/clang.lorry
@@ -1,6 +1,7 @@
{
"clang": {
"type": "git",
- "url": "http://llvm.org/git/clang.git"
+ "url": "http://llvm.org/git/clang.git",
+ "description": "Obsolete (use llvm)"
}
}
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)"
}
}
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"
}
}