From dd4667f909d1cd7bbcb75f4578bdcf1c177c8e09 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 27 Oct 2011 20:59:26 +0000 Subject: 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 --- docs/TestingGuide.html | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'docs/TestingGuide.html') diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index b4fa672..0f73d6d 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. -
llvmlibsdir (%llvmlibsdir)
-
The directory where the LLVM libraries are located.
-
target_triplet (%target_triplet)
The target triplet that corresponds to the current host machine (the one running the test cases). This should probably be called "host".
-
llvmgcc (%llvmgcc)
-
The full path to the llvm-gcc executable as specified in the - configured LLVM environment
- -
llvmgxx (%llvmgxx)
-
The full path to the llvm-gxx executable as specified in the - configured LLVM environment
- -
gccpath
-
The full path to the C compiler used to build LLVM. Note that - this might not be gcc.
- -
gxxpath
-
The full path to the C++ compiler used to build LLVM. Note that - this might not be g++.
- -
compile_c (%compile_c)
-
The full command line used to compile LLVM C source code. This has all - the configured -I, -D and optimization options.
- -
compile_cxx (%compile_cxx)
-
The full command used to compile LLVM C++ source code. This has - all the configured -I, -D and optimization options.
-
link (%link)
This full link command used to link LLVM executables. This has all the configured -I, -L and -l options.
-- cgit v1.1