[PATCH] D76047: [MLIR] Add support for out of tree external projects using MLIR
Stephen Neuendorffer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 17 10:44:17 PDT 2020
stephenneuendorffer added a comment.
After looking at this again, I think that delivering the .td files isn't necessary for what I'm trying to do (build against a build area, where we still have the full source). It might be necessary for building against an install area, but we can deal with that later, I think. @rriddle do you have any concerns about the current state?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76047/new/
https://reviews.llvm.org/D76047
More information about the llvm-commits
mailing list