@@ -11,11 +11,11 @@ bazel_dep(name = "platforms", version = "0.0.10")
1111bazel_dep (name = "rules_cc" , version = "0.0.9" )
1212
1313# Various utility functions such as path manipulations and templating.
14- bazel_dep (name = "bazel_skylib" , version = "1.6.1 " )
14+ bazel_dep (name = "bazel_skylib" , version = "1.7.0 " )
1515
1616# Documentation. These should be dev_dependencies, but that doesn't work at the
1717# moment. This is a bug.
18- bazel_dep (name = "rules_java" , version = "7.5.0 " , dev_dependency = False )
18+ bazel_dep (name = "rules_java" , version = "7.6.1 " , dev_dependency = False )
1919bazel_dep (name = "stardoc" , version = "0.6.2" , dev_dependency = False )
2020
2121# The LLVM project. We override the specific commit below.
@@ -27,15 +27,15 @@ llvm_project_overlay = use_extension(
2727 "llvm_project_overlay" ,
2828)
2929llvm_project_overlay .configure (
30- commit = "5bde8017a1109128d011510dcf4ba79140a224fe " ,
30+ commit = "196dca7561b4c3865ef7d5e45c22d215619d7385 " ,
3131 patches = [
3232 "@rules_ll//patches:mallinfo2_patch.diff" ,
3333 "@rules_ll//patches:rules_ll_overlay_patch.diff" ,
3434 "@rules_ll//patches:llvm-project-fix-zlib-includes.diff" ,
3535 "@rules_ll//patches:llvm-add-missing-cuda-cmath-header.diff" ,
3636 "@rules_ll//patches:llvm-project-bundle-with-bash.diff" ,
3737 ],
38- sha256 = "1627942a74a7397968cf251dde9485080ccf3d8a0de6a40340033fe6d00e3103 " ,
38+ sha256 = "7d097fe703ca41f5458ca5809f21fdb8ca13e2e6c28b3d3de85c700e43ccc7ed " ,
3939 targets = [
4040 "AMDGPU" ,
4141 "NVPTX" ,
0 commit comments