[PATCH] D129571: Build Windows releases with libxml enabled, to unbreak llvm-mt

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 11:17:24 PDT 2022


hans added a comment.

In D129571#3645827 <https://reviews.llvm.org/D129571#3645827>, @penzn wrote:

> This change LGTM, can we also add some description of this process to developer docs? Anyone who would building LLVM on Windows is going to be hit by `llvm-mt` errors in current Visual Studio versions.

Yes, I'll try to follow up with that. It only hits users trying to use a self-built clang-cl to build something else that's configured with cmake though (such as when bootstrapping clang-cl), and I think for those cases a work-around such as `-DCMAKE_MT=“C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x64/mt.exe”` is probably better than this giant kludge.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129571/new/

https://reviews.llvm.org/D129571



More information about the llvm-commits mailing list