diff --git a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel --- a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel +++ b/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",