summaryrefslogtreecommitdiff
path: root/etc/repos.json
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2025-03-21 13:04:02 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2025-04-02 15:32:09 +0200
commit6d6a44d2d005cc76354565fa0cfde5699e7d96bc (patch)
tree63fac79a1cbe4e8e9481138dc7904ce941452162 /etc/repos.json
parente954e9e0d78413f32d8c11fcb2c96d17e157484b (diff)
downloadbootstrappable-toolchain-6d6a44d2d005cc76354565fa0cfde5699e7d96bc.tar.gz
Add Clang 20.1.0
Diffstat (limited to 'etc/repos.json')
-rw-r--r--etc/repos.json33
1 files changed, 32 insertions, 1 deletions
diff --git a/etc/repos.json b/etc/repos.json
index dab8c31..c77def8 100644
--- a/etc/repos.json
+++ b/etc/repos.json
@@ -510,6 +510,23 @@
, "iwyu": "iwyu-19"
}
}
+ , "compilers/clang-20.1.0-native":
+ { "repository":
+ { "type": "archive"
+ , "content": "459410a5cbe900b5653ead14ca39808f57d24f4f"
+ , "fetch": "https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-20.1.0.tar.gz"
+ , "sha256": "08bc382733777dda3c96259e3732ff96c1df98d0470c4f85b163274eae687f4f"
+ , "subdir": "llvm-project-llvmorg-20.1.0"
+ , "pragma": {"special": "resolve-partially"}
+ }
+ , "target_root": "compilers"
+ , "target_file_name": "clang-20-native.TARGETS"
+ , "bindings":
+ { "rules": "rules/clang_with_gcc14"
+ , "binutils": "imports/binutils-latest"
+ , "patches": "patches"
+ }
+ }
, "tools/busybox-1.36.1":
{ "repository":
{ "type": "archive"
@@ -606,7 +623,12 @@
, "clang-latest-native":
{ "repository": "toolchains"
, "target_file_name": "clang.TARGETS"
- , "bindings": {"rules": "rules", "clang": "compilers/clang-19.1.1-native"}
+ , "bindings": {"rules": "rules", "clang": "compilers/clang-20.1.0-native"}
+ }
+ , "clang-20.1.0-native":
+ { "repository": "toolchains"
+ , "target_file_name": "clang.TARGETS"
+ , "bindings": {"rules": "rules", "clang": "compilers/clang-20.1.0-native"}
}
, "clang-19.1.1-native":
{ "repository": "toolchains"
@@ -751,6 +773,15 @@
, "compiler": "clang-latest-native"
}
}
+ , "clang-20.1.0-native+tools":
+ { "repository": "toolchains"
+ , "target_file_name": "compiler+tools.TARGETS"
+ , "bindings":
+ { "rules": "rules"
+ , "tools": "tools-all"
+ , "compiler": "clang-20.1.0-native"
+ }
+ }
, "clang-19.1.1-native+tools":
{ "repository": "toolchains"
, "target_file_name": "compiler+tools.TARGETS"