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

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 14:29:05 PST 2020


phosek added a comment.

In D73812#1855632 <https://reviews.llvm.org/D73812#1855632>, @smeenai wrote:

> We added support for overriding LLVM_ENABLE_RUNTIMES on a per-target basis for this exact reason in D67195 <https://reviews.llvm.org/D67195>. Does that work for you?
>
> (I want to generalize that support a bit, but it should already work for LLVM_ENABLE_RUNTIMES.)


Not out-of-the-box because that filter is only used for explicit targets, not for the "default" builtins and runtimes (i.e. host) which is what we currently use on Windows and Darwin.


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