From f62949677606425ecfc906dc97a0f9765b5999d8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 10 Feb 2004 19:46:14 +0000 Subject: Right, define the LPROF variable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11273 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile.tests') diff --git a/test/Makefile.tests b/test/Makefile.tests index 13e62fd4bc..33f92f66b5 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -45,6 +45,7 @@ LGCCLD = $(LGCCLDPROG) -L$(LLVMGCCLIBDIR) -L$(LLVMGCCDIR)/lib LDIS = $(LLVMTOOLCURRENT)/llvm-dis LOPT = $(LLVMTOOLCURRENT)/opt LLINK = $(LLVMTOOLCURRENT)/llvm-link +LPROF = $(LLVMTOOLCURRENT)/llvm-prof LANALYZE = $(LLVMTOOLCURRENT)/analyze LBUGPOINT= $(LLVMTOOLCURRENT)/bugpoint -- cgit v1.2.3