diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-11-24 14:07:28 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-11-29 12:33:24 +0100 |
commit | e747124efaca4e92f3c6beb504a15e4152f5bf8f (patch) | |
tree | c785b7112f9cb290b9959cb4f908a5cc3b78bbe5 /etc | |
parent | 5f552e668dd93064d1792890cf783e94d48e3bc1 (diff) | |
download | bootstrappable-toolchain-e747124efaca4e92f3c6beb504a15e4152f5bf8f.tar.gz |
Bump clang 17 to version 17.0.5
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 1bb9425..15b92ce 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -373,13 +373,13 @@ , "patches": "patches" } } - , "compilers/clang-17.0.1-native": + , "compilers/clang-17.0.5-native": { "repository": { "type": "archive" - , "content": "8ac42d74d5689f28a8eae1f9d46330d196f84c2a" - , "fetch": "https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-17.0.1.tar.gz" - , "sha256": "d51b10be66c10a6a81f4c594b554ffbf1063ffbadcb810af37d1f88d6e0b49dd" - , "subdir": "llvm-project-llvmorg-17.0.1" + , "content": "2cbe7f083fd3e36e69e2f507acba8d9817ae73b3" + , "fetch": "https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-17.0.5.tar.gz" + , "sha256": "432c1eda3d1c9379cd52a9bee8e0ea6f7b204bff5075895f963fd8e575aa4fb8" + , "subdir": "llvm-project-llvmorg-17.0.5" , "pragma": {"special": "resolve-partially"} } , "target_root": "compilers" @@ -471,12 +471,12 @@ , "clang-latest-native": { "repository": "toolchains" , "target_file_name": "clang.TARGETS" - , "bindings": {"rules": "rules", "clang": "compilers/clang-17.0.1-native"} + , "bindings": {"rules": "rules", "clang": "compilers/clang-17.0.5-native"} } - , "clang-17.0.1-native": + , "clang-17.0.5-native": { "repository": "toolchains" , "target_file_name": "clang.TARGETS" - , "bindings": {"rules": "rules", "clang": "compilers/clang-17.0.1-native"} + , "bindings": {"rules": "rules", "clang": "compilers/clang-17.0.5-native"} } , "clang-16.0.6-native": { "repository": "toolchains" @@ -585,13 +585,13 @@ , "compiler": "clang-latest-native" } } - , "clang-17.0.1-native+tools": + , "clang-17.0.5-native+tools": { "repository": "toolchains" , "target_file_name": "compiler+tools.TARGETS" , "bindings": { "rules": "rules" , "tools": "tools-all" - , "compiler": "clang-17.0.1-native" + , "compiler": "clang-17.0.5-native" } } , "clang-16.0.6-native+tools": |