From 97be133ba2e1800146dddaed0e627c21b93fe493 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 2 Nov 2006 03:37:39 +0000 Subject: [PATCH] Add some documentation about the arguments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31372 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/TestRunner.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/TestRunner.sh b/test/TestRunner.sh index 68091c2188b..e84f56bd00c 100755 --- a/test/TestRunner.sh +++ b/test/TestRunner.sh @@ -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 -- 2.34.1