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:
da895d6
)
Add llc to tools.
author
Alkis Evlogimenos
<alkis@evlogimenos.com>
Sun, 27 Feb 2005 10:21:37 +0000
(10:21 +0000)
committer
Alkis Evlogimenos
<alkis@evlogimenos.com>
Sun, 27 Feb 2005 10:21:37 +0000
(10:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20345
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index 67e487702a448df93f742c99d129820b8d91ac29..a7f35f8327c6bbbe9839fc6e62308d7b8103d3c6 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-275,6
+275,9
@@
endif
ifndef LLI
LLI := $(LLVMToolDir)/lli$(EXEEXT)
endif
+ifndef LLC
+LLC := $(LLVMToolDir)/llc$(EXEEXT)
+endif
ifndef LOPT
LOPT := $(LLVMToolDir)/opt$(EXEEXT)
endif