summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-10-27 20:59:26 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-10-27 20:59:26 +0000
commitdd4667f909d1cd7bbcb75f4578bdcf1c177c8e09 (patch)
treed33a721f36a4a3d0135699e9edd31fa155468976 /docs
parent40fefbb52d3de385e68667a01519b09ae32a8350 (diff)
downloadllvm-dd4667f909d1cd7bbcb75f4578bdcf1c177c8e09.tar.gz
llvm-dd4667f909d1cd7bbcb75f4578bdcf1c177c8e09.tar.bz2
llvm-dd4667f909d1cd7bbcb75f4578bdcf1c177c8e09.tar.xz
tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in LLVM tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143143 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/TestingGuide.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index b4fa672976..0f73d6d5be 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -798,37 +798,10 @@ define two separate CHECK lines that match on the same line.
you need multiple temporaries. This is useful as the destination of some
redirected output.</dd>
- <dt><b>llvmlibsdir</b> (%llvmlibsdir)</dt>
- <dd>The directory where the LLVM libraries are located.</dd>
-
<dt><b>target_triplet</b> (%target_triplet)</dt>
<dd>The target triplet that corresponds to the current host machine (the one
running the test cases). This should probably be called "host".<dd>
- <dt><b>llvmgcc</b> (%llvmgcc)</dt>
- <dd>The full path to the <tt>llvm-gcc</tt> executable as specified in the
- configured LLVM environment</dd>
-
- <dt><b>llvmgxx</b> (%llvmgxx)</dt>
- <dd>The full path to the <tt>llvm-gxx</tt> executable as specified in the
- configured LLVM environment</dd>
-
- <dt><b>gccpath</b></dt>
- <dd>The full path to the C compiler used to <i>build </i> LLVM. Note that
- this might not be gcc.</dd>
-
- <dt><b>gxxpath</b></dt>
- <dd>The full path to the C++ compiler used to <i>build </i> LLVM. Note that
- this might not be g++.</dd>
-
- <dt><b>compile_c</b> (%compile_c)</dt>
- <dd>The full command line used to compile LLVM C source code. This has all
- the configured -I, -D and optimization options.</dd>
-
- <dt><b>compile_cxx</b> (%compile_cxx)</dt>
- <dd>The full command used to compile LLVM C++ source code. This has
- all the configured -I, -D and optimization options.</dd>
-
<dt><b>link</b> (%link)</dt>
<dd>This full link command used to link LLVM executables. This has all the
configured -I, -L and -l options.</dd>