diff --git a/ll/init.bzl b/ll/init.bzl index 3056de25..6e5abcda 100644 --- a/ll/init.bzl +++ b/ll/init.bzl @@ -107,10 +107,10 @@ def _initialize_rules_ll_impl(_): http_archive( name = "comgr", build_file = "@rules_ll//third-party-overlays:comgr.BUILD.bazel", - sha256 = "a125ee0a037f717139946ef531519e12a73b9dbc217f76ad1b640f9e4221d307", - strip_prefix = "ROCm-CompilerSupport-9417620c9802331c4abf0cf4c57f40ec4b38a5e7", + sha256 = "85593d5ef0151f7111643cbdd2f830b5bf1e5df3b4e3278d73cba819f24a7524", + strip_prefix = "ROCm-CompilerSupport-b12b99cd3efb0b70a8dcab77c9c0a6230fb4a36c", urls = [ - "https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/9417620c9802331c4abf0cf4c57f40ec4b38a5e7.zip", + "https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/b12b99cd3efb0b70a8dcab77c9c0a6230fb4a36c.zip", ], patches = [ "@rules_ll//patches:comgr_bc2h.diff",