[Bazel] Add support for lld
authorGeoffrey Martin-Noble <gcmn@google.com>
Thu, 5 Aug 2021 00:58:06 +0000 (17:58 -0700)
committerGeoffrey Martin-Noble <gcmn@google.com>
Thu, 5 Aug 2021 00:59:43 +0000 (17:59 -0700)
commit693a95a69416e23a31e46d3d2c81e854688e606e
tree47798d34233812f7c3a7c809d2fdb95ad28f0fdf
parent597e407cf23b92db202732e6890561b2f2830a58
[Bazel] Add support for lld

This patch adds a Bazel configuration to build lld. That includes a
BUILD.bazel file to export the libunwind headers for use by lld. Since
the lld target itself requires libxml2 (through WindowsManifest) it's
currently disabled on Buildkite and marked manual, but all the libraries
build.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D107414
utils/bazel/llvm-project-overlay/libunwind/BUILD.bazel [new file with mode: 0644]
utils/bazel/llvm-project-overlay/lld/BUILD.bazel [new file with mode: 0644]