Skip to content

Commit

Permalink
Update lld (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Nov 29, 2022
1 parent ed8a93d commit ca57e24
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 @@ -15,8 +15,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 = "28566b943082349269b6460a5c23a305a73460bac54f5cd21eb490ff7d84fed7",
url = "https://github.com/keith/ld64.lld/releases/download/10-14-22/ld64.tar.xz",
sha256 = "166076ce120a055eaac764221e7d53688728f75fb64df569790a0ce82f6782d3",
url = "https://github.com/keith/ld64.lld/releases/download/11-29-22/ld64.tar.xz",
)

http_archive(
Expand Down

0 comments on commit ca57e24

Please sign in to comment.