diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 584b632e04c..df8cfefddf4 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -323,6 +323,24 @@ location of these external programs is configured by the llvm-test any process in the pipeline fails, the entire line (and test case) fails too.

+

As with a Unix shell, the RUN: lines permit pipelines and I/O redirection + to be used. However, the usage is slightly different than for Bash. To check + what's legal, see the documentation for the + Tcl exec + command and the + tutorial. + The major differences are:

+ +

Below is an example of legal RUN lines in a .ll file:

   ; RUN: llvm-as < %s | llvm-dis > %t1