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:
15653af
)
Add llvm tool variables.
author
Alkis Evlogimenos
<alkis@evlogimenos.com>
Mon, 13 Dec 2004 17:44:14 +0000
(17:44 +0000)
committer
Alkis Evlogimenos
<alkis@evlogimenos.com>
Mon, 13 Dec 2004 17:44:14 +0000
(17:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18897
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index acc4403e0834c4d543d7548dd6a9bdd97b6ef806..7245c9198a16ebdc843f2dde3373279dbb71971b 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-214,6
+214,15
@@
endif
ifndef LLVMGXX
LLVMGXX := PATH=$(LLVMToolDir):$(PATH) $(LLVMGCCDIR)/bin/g++
endif
+ifndef LDIS
+LLVMDIS := $(LLVMToolDir)/llvm-dis$(EXEEXT)
+endif
+ifndef LLI
+LLI := $(LLVMToolDir)/lli$(EXEEXT)
+endif
+ifndef LOPT
+LOPT := $(LLVMToolDir)/lopt$(EXEEXT)
+endif
#--------------------------------------------------------------------
# Adjust to user's request