[all-commits] [llvm/llvm-project] c296d2: [MLIR] mlir-opt needs PUBLIC dependence
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Tue May 5 12:40:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c296d2dc53d5c11ce0de307ae17fc3404f7de80d
https://github.com/llvm/llvm-project/commit/c296d2dc53d5c11ce0de307ae17fc3404f7de80d
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-05-05 (Tue, 05 May 2020)
Changed paths:
M mlir/tools/mlir-opt/CMakeLists.txt
Log Message:
-----------
[MLIR] mlir-opt needs PUBLIC dependence
We see intermittent build errors on the windows buildbot because
mlir-opt is including Linalg headers which haven't been built yet.
This dependence should be resolved by declaring a PUBLIC dependence
on the Linalg library when building MLIROptMain.
More information about the All-commits
mailing list