From e6837f60786a942f492ec57ba8114ac15eb9f2e6 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 9 Jul 2024 16:50:52 +0200 Subject: Bump clang 18 to 18.1.8 --- README.md | 2 +- etc/repos.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b2f45bb..4c77c67 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Available compiler toolchains are: - `gcc-14.1.0-native` - `gcc-13.3.0-native` - `clang-latest-native` -- `clang-18.1.4-native` +- `clang-18.1.8-native` - `clang-17.0.6-native` - `clang-16.0.6-native` - `gcc-latest-musl` diff --git a/etc/repos.json b/etc/repos.json index 45325ad..ebdf802 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -436,13 +436,13 @@ , "patches": "patches" } } - , "compilers/clang-18.1.4-native": + , "compilers/clang-18.1.8-native": { "repository": { "type": "archive" - , "content": "5c9a67ff302cf323942dc7b39b5cb63b1f796e1d" - , "fetch": "https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-18.1.4.tar.gz" - , "sha256": "deca5a29e8b1d103ecc4badb3c304aca50d5cac6453364d88ee415dc55699dfb" - , "subdir": "llvm-project-llvmorg-18.1.4" + , "content": "3d2972e91936ce5d4176802eb8b5ef3e0a727914" + , "fetch": "https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-18.1.8.tar.gz" + , "sha256": "09c08693a9afd6236f27a2ebae62cda656eba19021ef3f94d59e931d662d4856" + , "subdir": "llvm-project-llvmorg-18.1.8" , "pragma": {"special": "resolve-partially"} } , "target_root": "compilers" @@ -549,12 +549,12 @@ , "clang-latest-native": { "repository": "toolchains" , "target_file_name": "clang.TARGETS" - , "bindings": {"rules": "rules", "clang": "compilers/clang-18.1.4-native"} + , "bindings": {"rules": "rules", "clang": "compilers/clang-18.1.8-native"} } - , "clang-18.1.4-native": + , "clang-18.1.8-native": { "repository": "toolchains" , "target_file_name": "clang.TARGETS" - , "bindings": {"rules": "rules", "clang": "compilers/clang-18.1.4-native"} + , "bindings": {"rules": "rules", "clang": "compilers/clang-18.1.8-native"} } , "clang-17.0.6-native": { "repository": "toolchains" @@ -689,13 +689,13 @@ , "compiler": "clang-latest-native" } } - , "clang-18.1.4-native+tools": + , "clang-18.1.8-native+tools": { "repository": "toolchains" , "target_file_name": "compiler+tools.TARGETS" , "bindings": { "rules": "rules" , "tools": "tools-all" - , "compiler": "clang-18.1.4-native" + , "compiler": "clang-18.1.8-native" } } , "clang-17.0.6-native+tools": -- cgit v1.2.3