From: Reid Spencer Date: Thu, 2 Nov 2006 03:37:39 +0000 (+0000) Subject: Add some documentation about the arguments. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=97be133ba2e1800146dddaed0e627c21b93fe493;p=oota-llvm.git Add some documentation about the arguments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31372 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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