[PATCH] D116709: [CMake][WinMsvc] Fix user passed compiler/linker flags
Mike Hommey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 10 16:13:46 PST 2022
glandium added a comment.
Herald added a project: All.
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.
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