[PATCH] D102040: [flang] Enable export of FIR includes into the install tree

Renaud Kauffmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 10 12:14:51 PDT 2021


Renaud-K added a comment.

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.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102040



More information about the llvm-commits mailing list