[llvm] 8919e7b - llvm doc: remove the old reference to subversion and add a link to the GH repo instead

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 18 03:46:13 PDT 2021


Author: Sylvestre Ledru
Date: 2021-09-18T12:45:32+02:00
New Revision: 8919e7b251f319e5cb36a72e64362fb80b230cac

URL: https://github.com/llvm/llvm-project/commit/8919e7b251f319e5cb36a72e64362fb80b230cac
DIFF: https://github.com/llvm/llvm-project/commit/8919e7b251f319e5cb36a72e64362fb80b230cac.diff

LOG: llvm doc: remove the old reference to subversion and add a link to the GH repo instead

Added: 
    

Modified: 
    llvm/docs/TestingGuide.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst
index 1b11c9d5cd86..88f08cd88c32 100644
--- a/llvm/docs/TestingGuide.rst
+++ b/llvm/docs/TestingGuide.rst
@@ -36,8 +36,9 @@ and ``llvm/test`` respectively and are expected to always pass -- they should be
 run before every commit.
 
 The whole programs tests are referred to as the "LLVM test suite" (or
-"test-suite") and are in the ``test-suite`` module in subversion. For
-historical reasons, these tests are also referred to as the "nightly
+"test-suite") and are in the ``test-suite``
+`repository on GitHub <https://github.com/llvm/llvm-test-suite.git>`_.
+For historical reasons, these tests are also referred to as the "nightly
 tests" in places, which is less ambiguous than "test-suite" and remains
 in use although we run them much more often than nightly.
 
@@ -94,7 +95,8 @@ serve as a way of benchmarking LLVM performance, both in terms of the
 efficiency of the programs generated as well as the speed with which
 LLVM compiles, optimizes, and generates code.
 
-The test-suite is located in the ``test-suite`` Subversion module.
+The test-suite is located in the ``test-suite``
+`repository on GitHub <https://github.com/llvm/llvm-test-suite.git>`_.
 
 See the :doc:`TestSuiteGuide` for details.
 
@@ -112,8 +114,8 @@ test suite for more information. This test suite is located in the
 Quick start
 ===========
 
-The tests are located in two separate Subversion modules. The unit and
-regression tests are in the main "llvm" module under the directories
+The tests are located in two separate repositories. The unit and
+regression tests are in the main "llvm"/ directory under the directories
 ``llvm/unittests`` and ``llvm/test`` (so you get these tests for free with the
 main LLVM tree). Use ``make check-all`` to run the unit and regression tests
 after building LLVM.


        


More information about the llvm-commits mailing list