[llvm-commits] CVS: llvm/test/Makefile.tests
Chris Lattner
lattner at apoc.cs.uiuc.edu
Thu Sep 19 14:06:00 PDT 2002
Changes in directory llvm/test:
Makefile.tests updated: 1.41 -> 1.42
---
Log message:
It turns out that the cannonical name for the llvm-gcc compiler is, well
llvm-gcc, not gcc.
---
Diffs of the changes:
Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.41 llvm/test/Makefile.tests:1.42
--- llvm/test/Makefile.tests:1.41 Thu Sep 19 13:45:11 2002
+++ llvm/test/Makefile.tests Thu Sep 19 14:06:05 2002
@@ -20,7 +20,7 @@
# 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
More information about the llvm-commits
mailing list