diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-04-03 16:34:45 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-04-04 12:02:20 +0200 |
commit | 2e5ad353049d211eeb4b736a27f26a96ac2919b9 (patch) | |
tree | ee08414b2a78823f466696831fcaf378e16433b6 /etc | |
parent | 9d39346d0414bb376a5bf04af11c6e67ac218367 (diff) | |
download | bootstrappable-toolchain-2e5ad353049d211eeb4b736a27f26a96ac2919b9.tar.gz |
Bump clang 17 to 17.0.6
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 d7bf9b6..cc6945d 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -370,13 +370,13 @@ , "patches": "patches" } } - , "compilers/clang-17.0.5-native": + , "compilers/clang-17.0.6-native": { "repository": { "type": "archive" - , "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" + , "content": "093cd6ee1103440cc4f803ad666f45293dfbedc3" + , "fetch": "https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-17.0.6.tar.gz" + , "sha256": "81494d32e6f12ea6f73d6d25424dbd2364646011bb8f7e345ca870750aa27de1" + , "subdir": "llvm-project-llvmorg-17.0.6" , "pragma": {"special": "resolve-partially"} } , "target_root": "compilers" @@ -468,12 +468,12 @@ , "clang-latest-native": { "repository": "toolchains" , "target_file_name": "clang.TARGETS" - , "bindings": {"rules": "rules", "clang": "compilers/clang-17.0.5-native"} + , "bindings": {"rules": "rules", "clang": "compilers/clang-17.0.6-native"} } - , "clang-17.0.5-native": + , "clang-17.0.6-native": { "repository": "toolchains" , "target_file_name": "clang.TARGETS" - , "bindings": {"rules": "rules", "clang": "compilers/clang-17.0.5-native"} + , "bindings": {"rules": "rules", "clang": "compilers/clang-17.0.6-native"} } , "clang-16.0.6-native": { "repository": "toolchains" @@ -582,13 +582,13 @@ , "compiler": "clang-latest-native" } } - , "clang-17.0.5-native+tools": + , "clang-17.0.6-native+tools": { "repository": "toolchains" , "target_file_name": "compiler+tools.TARGETS" , "bindings": { "rules": "rules" , "tools": "tools-all" - , "compiler": "clang-17.0.5-native" + , "compiler": "clang-17.0.6-native" } } , "clang-16.0.6-native+tools": |