aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-12-13 17:44:14 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-12-13 17:44:14 +0000
commit7e80cd99936160aea2b883bcc59750a1772e5698 (patch)
treec5f80c3be23852b373d48e62ebd60cc0b6980a98
parent15653afb5f11871a3a03a9881045a17f56441b80 (diff)
Add llvm tool variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18897 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.rules9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index acc4403e08..7245c9198a 100644
--- 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