<div dir="auto">Hi,<div dir="auto"><br></div><div dir="auto">The move to a single repo has greatly simplified building llvm. Thank you.</div><div dir="auto"><br></div><div dir="auto">I work on a toolchain which is essentially llvm plus a lot of runtime libraries. They're all checked out next to each other and built in a sequence. Some of the libraries need the just built clang to compile.</div><div dir="auto"><br></div><div dir="auto">I would like to instead check out each runtime as a subproject within llvm and build the whole lot via one cmake invocation. Maybe even with correct incremental builds.</div><div dir="auto"><br></div><div dir="auto">However, my grasp of cmake is limited and the cross compilation aspect has thwarted me. Please could you offer a pointer on how to wire this up, or even better, some project on GitHub which already assembles such a llvm+libs combination that I can copy from.</div><div dir="auto"><br></div><div dir="auto">Thanks!</div><div dir="auto"><br></div><div dir="auto">Jon</div></div>