diff options
| author | Hans Wennborg <hans@hanshq.net> | 2017-11-30 23:47:30 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2017-11-30 23:47:30 +0000 |
| commit | 2c1e68237f9451cf515bbb9d7a35e173567ab98d (patch) | |
| tree | b12b5366953091ac7bac07a80afeba9e60aba1af | |
| parent | 686d5c728fb437697d16056e0e8f5df97882720d (diff) | |
| download | bcm5719-llvm-2c1e68237f9451cf515bbb9d7a35e173567ab98d.tar.gz bcm5719-llvm-2c1e68237f9451cf515bbb9d7a35e173567ab98d.zip | |
docs/GettingStarted.rst: Update the list of release versions and tags
llvm-svn: 319502
| -rw-r--r-- | llvm/docs/GettingStarted.rst | 31 |
1 files changed, 5 insertions, 26 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index a90a4b05dd1..ed2e936d136 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -57,7 +57,7 @@ Here's the short story for getting up and running quickly with LLVM: * ``cd where-you-want-llvm-to-live`` * ``cd llvm/tools/clang/tools`` * ``svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk extra`` - + #. Checkout LLD linker **[Optional]**: * ``cd where-you-want-llvm-to-live`` @@ -466,34 +466,13 @@ populate it with the LLVM source code, Makefiles, test directories, and local copies of documentation files. If you want to get a specific release (as opposed to the most recent revision), -you can checkout it from the '``tags``' directory (instead of '``trunk``'). The +you can check it out from the '``tags``' directory (instead of '``trunk``'). The following releases are located in the following subdirectories of the '``tags``' directory: -* Release 3.4: **RELEASE_34/final** -* Release 3.3: **RELEASE_33/final** -* Release 3.2: **RELEASE_32/final** -* Release 3.1: **RELEASE_31/final** -* Release 3.0: **RELEASE_30/final** -* Release 2.9: **RELEASE_29/final** -* Release 2.8: **RELEASE_28** -* Release 2.7: **RELEASE_27** -* Release 2.6: **RELEASE_26** -* Release 2.5: **RELEASE_25** -* Release 2.4: **RELEASE_24** -* Release 2.3: **RELEASE_23** -* Release 2.2: **RELEASE_22** -* Release 2.1: **RELEASE_21** -* Release 2.0: **RELEASE_20** -* Release 1.9: **RELEASE_19** -* Release 1.8: **RELEASE_18** -* Release 1.7: **RELEASE_17** -* Release 1.6: **RELEASE_16** -* Release 1.5: **RELEASE_15** -* Release 1.4: **RELEASE_14** -* Release 1.3: **RELEASE_13** -* Release 1.2: **RELEASE_12** -* Release 1.1: **RELEASE_11** +* Release 3.5.0 and later: **RELEASE_350/final** and so on +* Release 2.9 through 3.4: **RELEASE_29/final** and so on +* Release 1.1 through 2.8: **RELEASE_11** and so on * Release 1.0: **RELEASE_1** If you would like to get the LLVM test suite (a separate package as of 1.4), you |

