Skip to content

bazel: Build or pull in clang and lld using Bazel #11

@SlyMarbo

Description

@SlyMarbo

Currently, we rely on the host having Clang installed at /usr/bin/clang and LLD at /usr/bin/ld, as defined in x86_64_cc_toolchain.bzl. This works, but we should be using the host as little as possible. Furthermore, both tools are often installed in different places, such as /usr/local/bin/clang or /usr/bin/lld. We should either build both tools using the host tooling, or pull in built versions of both.

These may be good starting points:

Metadata

Metadata

Assignees

No one assigned

    Labels

    BazelRelated to the build toolingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions