[flang-commits] [PATCH] D102040: [flang] Enable export of FIR includes into the install tree
Andrzej Warzynski via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon May 10 13:18:49 PDT 2021
awarzynski added a comment.
In D102040#2748571 <https://reviews.llvm.org/D102040#2748571>, @Renaud-K wrote:
> The link is about building flang with an external build/install of LLVM/MLIR.
>
> This change is about building code with an external build/install of flang. This is helpful for small projects, out of the fir-dev tree, to quickly build and test against different versions of fir-dev.
> The difference is building 10 files versus 3000.
> I shall confess that this is more of an internal need because our Jenkins builds only leave install trees around. But thought this would be a change worth and acceptable to upstream because MLIR does something similar.
Thank you for clarifying. You may want to be a bit more specific in the summary/commit message. Clearly `out-of-tree` is a bit ambiguous in the context of Flang :)
@PeteSteinfeld has already approved and to me this also makes sense (though I'm rather unfamiliar with this area). Please go ahead and merge.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102040/new/
https://reviews.llvm.org/D102040
More information about the flang-commits
mailing list