[bazel] Remove unused dependency on libxml2
authorAaron Siddhartha Mondal <aaron@eomii.org>
Thu, 23 Feb 2023 00:52:02 +0000 (01:52 +0100)
committerAaron Siddhartha Mondal <aaron@eomii.org>
Thu, 23 Feb 2023 00:52:02 +0000 (01:52 +0100)
commita81bdc614a7d79fb9dc54e234b6704f190f588e6
tree2653b9902eb1c80ffee8a0cc47918f99779cd8e1
parentbf279f903b3f0e952d06af87d679ca7ae65234e3
[bazel] Remove unused dependency on libxml2

The Bazel configs don't set `LLVM_ENABLE_LIBXML2`, so this was never usable to
begin with.

On systems without static `libxml2.a` this made `lld` runtime-dependent on an
unused, non-hermetic `libxml2.so`.

Reviewed By: MaskRay, GMNGeoffrey

Differential Revision: https://reviews.llvm.org/D143351
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel