From: Alkis Evlogimenos Date: Sun, 27 Feb 2005 10:21:37 +0000 (+0000) Subject: Add llc to tools. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=eebaf33b5d617981f1c4cffd9b6422e76dce982e;p=oota-llvm.git Add llc to tools. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20345 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 67e487702a4..a7f35f8327c 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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