diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-13 11:51:53 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-13 18:13:38 +0200 |
commit | a1512f1ad7a143493d0d38a0b715e06d8ba62759 (patch) | |
tree | 229377fc61ecc97b312c9dfca251323d64912f6f /etc | |
parent | 2ffa33b77cab2e30b912e14bb839f491630ceefb (diff) | |
download | bootstrappable-toolchain-a1512f1ad7a143493d0d38a0b715e06d8ba62759.tar.gz |
Bump clang 18 to 18.1.4
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repos.json | 20 |
1 files changed, 10 insertions, 10 deletions
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": |