[PATCH] D56654: Update GettingStarted guide to recommend that people use the new official Git repository.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 13 17:09:10 PST 2019


jyknight created this revision.
jyknight added reviewers: jlebar, rnk, mehdi_amini.
Herald added subscribers: arphaman, javed.absar.

Remove the directions for using git-svn, and demote the prominence of
the svn instructions.

Also, fix a few other issues while I'm in there:

- Mention LLVM_ENABLE_PROJECTS more.
- Getting started doesn't need to mention test-suite, but should mention clang and the other projects.
- Remove mentions of "configure", since that's long gone.

I've also adjusted a few other mentions of svn to point to github, but
have not done so comprehensively.


https://reviews.llvm.org/D56654

Files:
  llvm/docs/DeveloperPolicy.rst
  llvm/docs/GettingStarted.rst
  llvm/docs/Phabricator.rst
  llvm/docs/TypeMetadata.rst
  llvm/docs/Vectorizers.rst
  llvm/docs/index.rst
  llvm/test/Transforms/SLPVectorizer/AArch64/matmul.ll
  llvm/test/Transforms/SLPVectorizer/AArch64/tsc-s352.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56654.181493.patch
Type: text/x-patch
Size: 35128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190114/1724ab4f/attachment.bin>


More information about the llvm-commits mailing list