diff options
Diffstat (limited to 'etc/repos.json')
-rw-r--r-- | etc/repos.json | 33 |
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" |