[PATCH] D74599: llvm-ar: Fix MinGW compilation
Michael Spencer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 13:24:17 PST 2020
Bigcheese added a comment.
I'm pretty sure this commit broke the modules build on non-Windows. WindowsSupport.h is now part of the LLVM_Util module which gets built on all platforms. You need to update the modulemap to put it in its own module, or wrap it in #ifdef.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74599/new/
https://reviews.llvm.org/D74599
More information about the llvm-commits
mailing list