summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-10 19:46:14 +0000
committerChris Lattner <sabre@nondot.org>2004-02-10 19:46:14 +0000
commitf62949677606425ecfc906dc97a0f9765b5999d8 (patch)
tree0fa9ec28fb25711ef8b1318364191dda90b81c16 /test/Makefile.tests
parentf472935caf4d6f188852e4b9311c05897029b61f (diff)
downloadllvm-f62949677606425ecfc906dc97a0f9765b5999d8.tar.gz
llvm-f62949677606425ecfc906dc97a0f9765b5999d8.tar.bz2
llvm-f62949677606425ecfc906dc97a0f9765b5999d8.tar.xz
Right, define the LPROF variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11273 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests1
1 files changed, 1 insertions, 0 deletions
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