[PATCH] D72418: [Flang] add some cmake code to allow for out-of-tree building of MLIR and LLVM

Jacques Pienaar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 25 09:54:12 PST 2020


jpienaar added a comment.

In D72418#1835438 <https://reviews.llvm.org/D72418#1835438>, @awson wrote:

> This patch breaks Windows MSVC build, former correct `${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lib/${LIB}.lib` now suddenly becomes wrong `${LIB}`.


I'll revert this part to what it was given https://bugs.llvm.org/show_bug.cgi?id=44660


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