Skip to content

LLD Update

Compare
Choose a tag to compare
@keith keith released this 15 Dec 00:28
· 29 commits to main since this release
e65c948

See the README for general usage.

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_apple_linker",
    sha256 = "e11a97fca3a367c518b8eb5197418d69a22f6697d7f2e0815f5d80bcb5d9c123",
    strip_prefix = "rules_apple_linker-0.2.3",
    url = "https://github.com/keith/rules_apple_linker/archive/refs/tags/0.2.3.tar.gz",
)

load("@rules_apple_linker//:deps.bzl", "rules_apple_linker_deps")

rules_apple_linker_deps()

This release includes zld 1.3.3, lld 12-14-22, and mold 11-7-22