summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TestingGuide.html
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
commite2d76237ecaa1b16ac2fce4b47477b47f5499b7a (patch)
tree45f972bf60b479a6cda141f81afad021ffb1607f /llvm/docs/TestingGuide.html
parent1d9d4bdc993c384342603e4354762eb36c1c569f (diff)
downloadbcm5719-llvm-e2d76237ecaa1b16ac2fce4b47477b47f5499b7a.tar.gz
bcm5719-llvm-e2d76237ecaa1b16ac2fce4b47477b47f5499b7a.zip
Remove prcontext.
llvm-svn: 81427
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r--llvm/docs/TestingGuide.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html
index 51ffa450b0b..f9743634e77 100644
--- a/llvm/docs/TestingGuide.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud