[llvm-dev] New LLVM git repository conversion prototype
David Greene via llvm-dev
llvm-dev at lists.llvm.org
Fri Oct 12 10:48:16 PDT 2018
Great progress! Thanks for your dedication to getting this done, it's
really important work.
James Y Knight via llvm-dev <llvm-dev at lists.llvm.org> writes:
> Some SVN projects are still active, but not part of the LLVM codebase.
> These get migrated to their own separate git repositories:
> * lnt
> * test-suite
> * www
> * www-pubs
> * www-releases ## TODO. Not done yet as it requires the use of
> git-lfs, due to large files.
I wonder whether www and www-pubs (maybe just www) should be part of the
monorepo. Keep the documentation with the code. It's a bit painful to
change, say, TableGen and then have to go make a separate change to
update the TableGen docs.
-David
More information about the llvm-dev
mailing list