[PATCH] D72418: [Flang] add some cmake code to allow for out-of-tree building of MLIR and LLVM
Kyrill Briantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 22:34:25 PST 2020
awson added a comment.
This patch breaks Windows MSVC build, former correct `${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lib/${LIB}.lib` now suddenly becomes wrong `${LIB}`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72418/new/
https://reviews.llvm.org/D72418
More information about the llvm-commits
mailing list