[all-commits] [llvm/llvm-project] 582104: [MLIR] [Python] Fix out-of-tree Windows python bin...
John Demme via All-commits
all-commits at lists.llvm.org
Mon Aug 16 19:20:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5821047aaca23184ee30fb212bfbbfa25967448b
https://github.com/llvm/llvm-project/commit/5821047aaca23184ee30fb212bfbbfa25967448b
Author: John Demme <john.demme at microsoft.com>
Date: 2021-08-16 (Mon, 16 Aug 2021)
Changed paths:
M mlir/cmake/modules/AddMLIRPython.cmake
Log Message:
-----------
[MLIR] [Python] Fix out-of-tree Windows python bindings
MSVC needs to know where to put the archive (.lib) as well as the runtime
(.dll). If left to the default location, multiple rules to generate the same
file will be produced, creating a Ninja error.
Differential Revision: https://reviews.llvm.org/D108181
More information about the All-commits
mailing list