[PATCH] D69076: [cmake] Pass external project source directories to sub-configures

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 11:58:50 PDT 2019


compnerd accepted this revision.
compnerd added a comment.
This revision is now accepted and ready to land.

I’m not sure that this is the best direction long term.  This is specific to the LLVM build, the runtimes builds do not take these parameters, and they are the primary things we’re trying to cross compile with this infrastructure.  But the monorepo makes this more complicated and makes the configure the same, so, yes, I suppose this needs to be preserved.  *sigh*


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69076





More information about the llvm-commits mailing list