[PATCH] D143351: [bazel] Remove unused dependency on libxml2
Aaron Siddhartha Mondal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 22 16:54:23 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa81bdc614a7d: [bazel] Remove unused dependency on libxml2 (authored by aaronmondal).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143351/new/
https://reviews.llvm.org/D143351
Files:
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -2762,11 +2762,6 @@
"include/llvm/WindowsManifest/*.h",
]),
copts = llvm_copts,
- linkopts = [
- # Libxml2 is required to process Windows manifests. Without this,
- # lld uses Microsoft mt.exe instead, which is not cross-platform.
- "-lxml2",
- ],
deps = [
":Support",
":config",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143351.499671.patch
Type: text/x-patch
Size: 585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230223/7c236acd/attachment.bin>
More information about the llvm-commits
mailing list