[PATCH] D116709: [CMake][WinMsvc] Fix user passed compiler/linker flags
Yuanfang Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 10 16:24:19 PST 2022
ychen added a comment.
In D116709#3374131 <https://reviews.llvm.org/D116709#3374131>, @glandium wrote:
> Somehow this change broke cross compiling for 32-bit windows using WinMsvc.cmake. Cmake ends up adding /machine:x64 to the linker flags during one of its first checks, and that fails.
Thanks for reporting this. What's your env output look like during config and build time? How do I reproduce it locally?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116709/new/
https://reviews.llvm.org/D116709
More information about the llvm-commits
mailing list