diff --git a/ll/init.bzl b/ll/init.bzl index 54f9cc8b..ceceb442 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 = "50f87b928a12241b56b2eecede5dec6c87758b9e64958f78023097d9aff4d839", - strip_prefix = "ROCm-CompilerSupport-65abd4d61e2c15ecdf2c5ec802d98987f1dd427a", + sha256 = "c90c8c67b5f9e9648e3649e0b855e8d851a3b7e61decc2c6956e8d986ec7a17f", + strip_prefix = "ROCm-CompilerSupport-a936b6de9b1fa5c4bfb7b115914c0559ebfaae0b", urls = [ - "https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/65abd4d61e2c15ecdf2c5ec802d98987f1dd427a.zip", + "https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/archive/a936b6de9b1fa5c4bfb7b115914c0559ebfaae0b.zip", ], patches = [ "@rules_ll//patches:comgr_bc2h.diff",