From a1512f1ad7a143493d0d38a0b715e06d8ba62759 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 13 May 2024 11:51:53 +0200 Subject: Bump clang 18 to 18.1.4 --- README.md | 2 +- etc/repos.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c6b3abf..808ca3b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Available compiler toolchains are: - `gcc-latest-native` - `gcc-13.2.0-native` - `clang-latest-native` -- `clang-18.1.1-native` +- `clang-18.1.4-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 6301aba..2c6f3b3 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -387,13 +387,13 @@ , "patches": "patches" } } - , "compilers/clang-18.1.1-native": + , "compilers/clang-18.1.4-native": { "repository": { "type": "archive" - , "content": "7a020fab54c00befc5fa96fd8e2fddc3d98c933d" - , "fetch": "https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-18.1.1.tar.gz" - , "sha256": "62439f733311869dbbaf704ce2e02141d2a07092d952fc87ef52d1d636a9b1e4" - , "subdir": "llvm-project-llvmorg-18.1.1" + , "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" , "pragma": {"special": "resolve-partially"} } , "target_root": "compilers" @@ -485,12 +485,12 @@ , "clang-latest-native": { "repository": "toolchains" , "target_file_name": "clang.TARGETS" - , "bindings": {"rules": "rules", "clang": "compilers/clang-18.1.1-native"} + , "bindings": {"rules": "rules", "clang": "compilers/clang-18.1.4-native"} } - , "clang-18.1.1-native": + , "clang-18.1.4-native": { "repository": "toolchains" , "target_file_name": "clang.TARGETS" - , "bindings": {"rules": "rules", "clang": "compilers/clang-18.1.1-native"} + , "bindings": {"rules": "rules", "clang": "compilers/clang-18.1.4-native"} } , "clang-17.0.6-native": { "repository": "toolchains" @@ -604,13 +604,13 @@ , "compiler": "clang-latest-native" } } - , "clang-18.1.1-native+tools": + , "clang-18.1.4-native+tools": { "repository": "toolchains" , "target_file_name": "compiler+tools.TARGETS" , "bindings": { "rules": "rules" , "tools": "tools-all" - , "compiler": "clang-18.1.1-native" + , "compiler": "clang-18.1.4-native" } } , "clang-17.0.6-native+tools": -- cgit v1.2.3