[PATCH] D78771: Add dependency edges between generated headers and users
Valentin Churavy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 24 10:48:27 PDT 2020
vchuravy added a comment.
> Ultimately, the solution may be to just generate all the headers before building everything else, which means that all mlir libraries would have a dependence on all IncGen targets. That isn't great, but I think it's better than the fix proposed in this review.
Yeah I was considering this as an alternative, something similar to `intrinsics_gen` in LLVM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78771/new/
https://reviews.llvm.org/D78771
More information about the llvm-commits
mailing list