diff options
Diffstat (limited to 'test/Makefile.tests')
-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 |