1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Add llvm tool variables.

llvm-svn: 18897
This commit is contained in:
Alkis Evlogimenos 2004-12-13 17:44:14 +00:00
parent 4e8a324a40
commit f55166a4d8

View File

@ -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