aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2006-04-20 04:47:55 +0000
committerTanya Lattner <tonic@nondot.org>2006-04-20 04:47:55 +0000
commit827a1d90a79a708f346c427e6418bbe595d4d3bd (patch)
tree97518bf339155639218d15d5c75dca7751a124a9 /docs
parentf894d0edf95820125cd9dd15c9f52f31819f638f (diff)
downloadexternal_llvm-827a1d90a79a708f346c427e6418bbe595d4d3bd.zip
external_llvm-827a1d90a79a708f346c427e6418bbe595d4d3bd.tar.gz
external_llvm-827a1d90a79a708f346c427e6418bbe595d4d3bd.tar.bz2
Fixed up comment on xfail for llvmgcc version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27857 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/TestingGuide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index 2b7938d..3be9279 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -326,8 +326,8 @@ that you might find useful when writing <tt>RUN</tt> lines.</p>
specific platform or with a specific version of llvmgcc by using the <tt>XFAIL</tt> keyword. Xfail lines are
specified in the comments of the test program using <tt>XFAIL</tt>,
followed by a colon, and one or more regular expressions (separated by
-a comma) that will match against the target triplet for the
-machine. You can use * to match all targets. Here is an example of an
+a comma) that will match against the target triplet or llvmgcc version for the
+machine. You can use * to match all targets. You can specify the major or full version (i.e. 3.4) for llvmgcc. Here is an example of an
<tt>XFAIL</tt> line:</p>
<pre>
; XFAIL: darwin,sun,llvmgcc4