Skip to content

Commit

Permalink
Update lld (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Oct 21, 2024
1 parent eba9e8c commit 945d677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def rules_apple_linker_deps():
http_archive(
name = "rules_apple_linker_lld",
build_file_content = 'filegroup(name = "lld_bin", srcs = ["ld64.lld"], visibility = ["//visibility:public"])',
sha256 = "b7f5c7aa573340eb85ca0895e2f689ee881eeb99c039a6d5eb2dafef53da4f28",
url = "https://github.com/keith/ld64.lld/releases/download/4-6-23/ld64.tar.xz",
sha256 = "fa2c69d3c6db5e551f1bd2bc79bbeb313fd15c42f3e0571ead313e6847bbd116",
url = "https://github.com/keith/ld64.lld/releases/download/10-21-24/ld64.tar.xz",
)

def _impl(_):
Expand Down

0 comments on commit 945d677

Please sign in to comment.