summaryrefslogtreecommitdiffstats
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
commit1a96c7158cfeb0b524207a109617d0dce5e48ef0 (patch)
tree805a93ad588c4e8361bdbb055f07c7f0a4977f23
parent79674968b616fd04ce893081f57af52ef96fdc04 (diff)
downloadbcm5719-llvm-1a96c7158cfeb0b524207a109617d0dce5e48ef0.tar.gz
bcm5719-llvm-1a96c7158cfeb0b524207a109617d0dce5e48ef0.zip
Fixed up comment on xfail for llvmgcc version.
llvm-svn: 27857
-rw-r--r--llvm/docs/TestingGuide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html
index 2b7938d238a..3be9279673d 100644
--- a/llvm/docs/TestingGuide.html
+++ b/llvm/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
OpenPOWER on IntegriCloud