From: Dmitri Gribenko Date: Sun, 18 Nov 2012 10:35:18 +0000 (+0000) Subject: Documentation: use a :doc: link instead of an absolute http:// link. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42c31d26ff2703829b7cdd74d4b07861db618b90;p=platform%2Fupstream%2Fllvm.git Documentation: use a :doc: link instead of an absolute link. llvm-svn: 168286 --- diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst index ad78d0f..69d2422 100644 --- a/llvm/docs/TestingGuide.rst +++ b/llvm/docs/TestingGuide.rst @@ -206,8 +206,8 @@ flexible, but we've standardized it for the LLVM regression tests. If you're adding a directory of tests, just copy ``lit.local.cfg`` from another directory to get running. The standard ``lit.local.cfg`` simply specifies which files to look in for tests. Any directory that contains -only directories does not need the ``lit.local.cfg`` file. Read the `Lit -documentation `_ for more information. +only directories does not need the ``lit.local.cfg`` file. Read the :doc:`Lit +documentation ` for more information. The ``llvm-runtests`` function looks at each file that is passed to it and gathers any lines together that match "RUN:". These are the "RUN"