[llvm-commits] CVS: llvm/test/TestRunner.sh
Reid Spencer
reid at x10sys.com
Wed Nov 1 19:37:53 PST 2006
Changes in directory llvm/test:
TestRunner.sh updated: 1.12 -> 1.13
---
Log message:
Add some documentation about the arguments.
---
Diffs of the changes: (+3 -0)
TestRunner.sh | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/test/TestRunner.sh
diff -u llvm/test/TestRunner.sh:1.12 llvm/test/TestRunner.sh:1.13
--- llvm/test/TestRunner.sh:1.12 Sat Jun 17 03:06:33 2006
+++ llvm/test/TestRunner.sh Wed Nov 1 21:37:39 2006
@@ -8,6 +8,9 @@
#
# %s - Replaced with the input name of the program, or the program to
# execute, as appropriate.
+# %llvmgcc - llvm-gcc command
+# %llvmgxx - llvm-g++ command
+# %prcontext - prcontext.tcl script
#
FILENAME=$1
More information about the llvm-commits
mailing list