Add llc to tools.

llvm-svn: 20345
This commit is contained in:
Alkis Evlogimenos 2005-02-27 10:21:37 +00:00
parent 0ce80cd542
commit 24340589c0
1 changed files with 3 additions and 0 deletions

View File

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