projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c63ffc5
)
It turns out that the cannonical name for the llvm-gcc compiler is, well
author
Chris Lattner
<sabre@nondot.org>
Thu, 19 Sep 2002 19:06:05 +0000
(19:06 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/Makefile.tests
b/test/Makefile.tests
index 9d321ea58542192fcd4c1404a56181e334ccb3b7..dfe13379365b10c887477054c235eae8dd7cfe77 100644
(file)
--- a/
test/Makefile.tests
+++ b/
test/Makefile.tests
@@
-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