[PATCH] D74867: [MLIR] add out of tree version of mlir-opt

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 13:47:20 PST 2020


stephenneuendorffer added a comment.

In D74867#1887477 <https://reviews.llvm.org/D74867#1887477>, @vchuravy wrote:

> This is good to have as a test, but I assume that eventually we would want to have the equivalent of `LLVM_LINK_LLVM_DYLIB`.


I've gone back and forth.  I think it's weird for the 'regular' mlir-opt to include the test dialect.  I was thinking that the test dialect should run with a test-mlir-opt
which includes the test dialect in addition to all the normal dialects.  (or maybe *only* the test dialect?)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74867/new/

https://reviews.llvm.org/D74867





More information about the llvm-commits mailing list