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:
eb32ffe
)
Add LLVMC as a supported tool.
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 5 Sep 2004 16:39:01 +0000
(16:39 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 5 Sep 2004 16:39:01 +0000
(16:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16183
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index 64b8bd188811a3f391acddbbcdeb1a1ac13f35be..bd7a096fbc1e8a8c1f4f70425ad433de78e6bc24 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-274,6
+274,7
@@
LLINK = $(LLVMTOOLCURRENT)/llvm-link$(EXEEXT)
LPROF = $(LLVMTOOLCURRENT)/llvm-prof$(EXEEXT)
LANALYZE = $(LLVMTOOLCURRENT)/analyze$(EXEEXT)
LBUGPOINT = $(LLVMTOOLCURRENT)/bugpoint$(EXEEXT)
+LLVMC = $(LLVMTOOLCURRENT)/llvmc$(EXEEXT)
###########################################################################