diff --git a/Makefile.rules b/Makefile.rules index acc4403e083..7245c9198a1 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