Skip to content

Commit

Permalink
Update lld (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Dec 9, 2022
1 parent ca57e24 commit 4ed8ace
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 = "166076ce120a055eaac764221e7d53688728f75fb64df569790a0ce82f6782d3",
url = "https://github.com/keith/ld64.lld/releases/download/11-29-22/ld64.tar.xz",
sha256 = "617169bf867998580674374d8f9414a0b5bf208b4a94e7a315de92bb1bdd8561",
url = "https://github.com/keith/ld64.lld/releases/download/12-9-22/ld64.tar.xz",
)

http_archive(
Expand Down

0 comments on commit 4ed8ace

Please sign in to comment.