[llvm-dev] LLVM projects and monorepo.
Robinson, Paul via llvm-dev
llvm-dev at lists.llvm.org
Thu Nov 14 14:01:31 PST 2019
Francesco Petrogalli via llvm-dev
>
> I am trying to access https://git.llvm.org/git/llvm to be able to cherry
> pick some of the recent commits I did in the monorepo into our downstream
> llvm-only repository.
>
> The host seems defunct, is this part of the move to the monorepo?
Yes, the repo is at https://github.com/llvm/llvm-project.git now.
> I think I can just get the patch and remove the `llvm` on top of the
> paths, but that’s not a scalable approach.
We used to use -Xsubtree (I think that's the correct spelling) for
accommodating changes in the directory layout. That might help.
--paulr
More information about the llvm-dev
mailing list