[PATCH] D26365: Add experimental support for unofficial monorepo-like directory layout

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 19:44:40 PST 2016


beanz added a comment.

As an example libcxx has goop to find libcxxabi and libunwind's source directories. This code could be in a module so that those projects could use a common module instead of hand-rolling the code.


Repository:
  rL LLVM

https://reviews.llvm.org/D26365





More information about the llvm-commits mailing list