[llvm-dev] bootstrapping llvm with advanced configuration
Chris Bieneman via llvm-dev
llvm-dev at lists.llvm.org
Mon Jan 7 13:42:04 PST 2019
If you exclude the runtimes from `LLVM_ENABLE_PROJECTS` and instead specify `LLVM_ENABLE_RUNTIMES=all`, the mono-repo will do the right thing.
-Chris
> On Jan 7, 2019, at 8:07 AM, David Greene <dag at cray.com> wrote:
>
> Chris Bieneman via llvm-dev <llvm-dev at lists.llvm.org> writes:
>
>> It also looks like you're putting libc++ in llvm/projects. Try putting
>> libc++, libc++abi, compiler-rt, and openmp under llvm/runtimes.
>
> I wasn't aware of this capability. How will it work in the new monorepo
> scheme?
>
> -David
More information about the llvm-dev
mailing list