[PATCH] D107414: [Bazel] Add support for lld
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 3 17:22:55 PDT 2021
GMNGeoffrey created this revision.
GMNGeoffrey added reviewers: chandlerc, MaskRay.
Herald added subscribers: mstorsjo, dschuff.
GMNGeoffrey requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107414
Files:
utils/bazel/llvm-project-overlay/libunwind/BUILD.bazel
utils/bazel/llvm-project-overlay/lld/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107414.363912.patch
Type: text/x-patch
Size: 10903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210804/f352ce1e/attachment.bin>
More information about the llvm-commits
mailing list