[all-commits] [llvm/llvm-project] 145835: Build Windows releases with libxml enabled, to unb...

Hans via All-commits all-commits at lists.llvm.org
Tue Jul 12 11:14:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 145835caaedc32fa9158a5058de9a12df4b22f84
      https://github.com/llvm/llvm-project/commit/145835caaedc32fa9158a5058de9a12df4b22f84
  Author: Hans Wennborg <hans at chromium.org>
  Date:   2022-07-12 (Tue, 12 Jul 2022)

  Changed paths:
    M llvm/utils/release/build_llvm_release.bat

  Log Message:
  -----------
  Build Windows releases with libxml enabled, to unbreak llvm-mt

Recent CMake versions have started to prefer llvm-mt when using
clang-cl, which doesn't work at all when llvm-mt is built without
libxml which has been the case so far.

See https://github.com/llvm/llvm-project/issues/55817

Differential revision: https://reviews.llvm.org/D129571




More information about the All-commits mailing list