[all-commits] [llvm/llvm-project] a81bdc: [bazel] Remove unused dependency on libxml2

Aaron Mondal via All-commits all-commits at lists.llvm.org
Wed Feb 22 16:54:28 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a81bdc614a7d79fb9dc54e234b6704f190f588e6
      https://github.com/llvm/llvm-project/commit/a81bdc614a7d79fb9dc54e234b6704f190f588e6
  Author: Aaron Siddhartha Mondal <aaron at eomii.org>
  Date:   2023-02-23 (Thu, 23 Feb 2023)

  Changed paths:
    M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

  Log Message:
  -----------
  [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




More information about the All-commits mailing list