Displaying 2 results from an estimated 2 matches for "49f2c8fd".
Did you mean:
45f2cfd
2018 Feb 27
0
Repo directory layout
..._____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180227/49f2c8fd/attachment.html>
2018 Feb 19
2
Repo directory layout
Hey all,
There seems to be two conventions for git repo directory layout.
The official docs suggest the following tree.
http://llvm.org/docs/GettingStarted.html#git-mirror
llvm (llvm repo)
-> tools
-> clang (clang repo)
-> lld (lld repo)
etc.
However various llvm-project repos, suggest a different layout:
https://github.com/llvm-project/llvm-project-20170507