[all-commits] [llvm/llvm-project] 693a95: [Bazel] Add support for lld
Geoffrey Martin-Noble via All-commits
all-commits at lists.llvm.org
Wed Aug 4 18:00:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 693a95a69416e23a31e46d3d2c81e854688e606e
https://github.com/llvm/llvm-project/commit/693a95a69416e23a31e46d3d2c81e854688e606e
Author: Geoffrey Martin-Noble <gcmn at google.com>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
A utils/bazel/llvm-project-overlay/libunwind/BUILD.bazel
A utils/bazel/llvm-project-overlay/lld/BUILD.bazel
Log Message:
-----------
[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
More information about the All-commits
mailing list