It turns out that the cannonical name for the llvm-gcc compiler is, well
authorChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 19:06:05 +0000 (19:06 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 19:06:05 +0000 (19:06 +0000)
llvm-gcc, not gcc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3824 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index 9d321ea58542192fcd4c1404a56181e334ccb3b7..dfe13379365b10c887477054c235eae8dd7cfe77 100644 (file)
@@ -20,7 +20,7 @@ include ${LEVEL}/Makefile.common
 
 # LLVM Tool Definitions...
 #
-LCC      = $(LLVMGCCDIR)/bin/gcc
+LCC      = $(LLVMGCCDIR)/bin/llvm-gcc
 LCC1     = $(LLVMGCCDIR)/lib/gcc-lib/llvm/3.1/cc1
 TOOLS    = $(BUILD_ROOT_TOP)/tools/Debug
 LLI      = $(TOOLS)/lli