summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-10 04:56:59 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-10 04:56:59 +0000
commitf3e2d80770c43e2ae1e5ba0d6a944974087f57ae (patch)
tree98850a66b7d67f74ce2f40eccf3757beb3ce713a /docs
parentfabcb9127f278a77b8aae5673be1115390c55050 (diff)
downloadllvm-f3e2d80770c43e2ae1e5ba0d6a944974087f57ae.tar.gz
llvm-f3e2d80770c43e2ae1e5ba0d6a944974087f57ae.tar.bz2
llvm-f3e2d80770c43e2ae1e5ba0d6a944974087f57ae.tar.xz
Remove prcontext.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/TestingGuide.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index 51ffa450b0..f9743634e7 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -650,14 +650,6 @@ substitutions</a></div>
<dd>The target triplet that corresponds to the current host machine (the one
running the test cases). This should probably be called "host".<dd>
- <dt><b>prcontext</b> (%prcontext)</dt>
- <dd>Path to the prcontext tcl script that prints some context around a
- line that matches a pattern. This isn't strictly necessary as the test suite
- is run with its PATH altered to include the test/Scripts directory where
- the prcontext script is located. Note that this script is similar to
- <tt>grep -C</tt> but you should use the <tt>prcontext</tt> script because
- not all platforms support <tt>grep -C</tt>.</dd>
-
<dt><b>llvmgcc</b> (%llvmgcc)</dt>
<dd>The full path to the <tt>llvm-gcc</tt> executable as specified in the
configured LLVM environment</dd>