diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-10 19:46:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-10 19:46:14 +0000 |
commit | f62949677606425ecfc906dc97a0f9765b5999d8 (patch) | |
tree | 0fa9ec28fb25711ef8b1318364191dda90b81c16 /test | |
parent | f472935caf4d6f188852e4b9311c05897029b61f (diff) | |
download | external_llvm-f62949677606425ecfc906dc97a0f9765b5999d8.zip external_llvm-f62949677606425ecfc906dc97a0f9765b5999d8.tar.gz external_llvm-f62949677606425ecfc906dc97a0f9765b5999d8.tar.bz2 |
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')
-rw-r--r-- | test/Makefile.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index 13e62fd..33f92f6 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 |