[PATCH] D73812: [CMake] Filter libc++abi and libunwind from runtimes build in MSVC

Vlad Vereschaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 13:11:16 PST 2020


vvereschaka added a comment.

Hello @phosek,

these changes break the ARM cross builders on Windows:
http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/4240

also it suppresses building of the libraries on the Aarch64 cross builder  http://lab.llvm.org:8011/builders/llvm-clang-win-x-aarch64

We use "just built" clang toolchain to build the runtime/builtin libraries there. These changes do not allow using the toolchain in case it was built by MSVC.

Would you fix it or revert the commit?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73812





More information about the llvm-commits mailing list