This has the clang compiler and other tools (e.g. clang-tidy and IWYU) built from source for Linux hosts.
This is used both by our GN build and Bazel builds. The GN build will be updated automatically after updating this asset with the sk
tool.
To manually update the Bazel build:
VERSION
file.go run ./bazel/gcs_mirror/gcs_mirror.go --sha256 <hash> --file /path/to/clang_linux_amd64_vNN.zip
//toolchain/download_linux_amd64_toolchain.bzl
.make -C bazel known_good_builds
. You may need to update the generated BUILD.bazel file to accommodate relocated/new files as well as //toolchain/linux_amd64_toolchain_config.bzl
to use them correctly.