diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | etc/repos.json | 20 |
2 files changed, 11 insertions, 11 deletions
@@ -9,7 +9,7 @@ Available compiler toolchains are: - `gcc-latest-native` - `gcc-13.2.0-native` - `clang-latest-native` -- `clang-17.0.5-native` +- `clang-17.0.6-native` - `clang-16.0.6-native` - `gcc-latest-musl` - `gcc-13.2.0-musl` 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": |