[PATCH] D79429: [mlir] Add missing dependency to MLIRMlirOptMain
Stephen Neuendorffer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 5 16:45:14 PDT 2020
stephenneuendorffer added a comment.
We saw some broken windows builds this morning, but I think there is a better fix. In general, I don't think everything should depend on intrinsics_gen.. In this case, MLIROptMain was missing a PUBLIC dependence on it's libraries (including Linalg) which was (I believe) the root of the problem.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79429/new/
https://reviews.llvm.org/D79429
More information about the llvm-commits
mailing list