[llvm-commits] CVS: llvm/test/Makefile.tests
Chris Lattner
lattner at cs.uiuc.edu
Tue Feb 10 13:47:05 PST 2004
Changes in directory llvm/test:
Makefile.tests updated: 1.86 -> 1.87
---
Log message:
Right, define the LPROF variable
---
Diffs of the changes: (+1 -0)
Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.86 llvm/test/Makefile.tests:1.87
--- llvm/test/Makefile.tests:1.86 Fri Jan 16 15:53:23 2004
+++ llvm/test/Makefile.tests Tue Feb 10 13:46:14 2004
@@ -45,6 +45,7 @@
LDIS = $(LLVMTOOLCURRENT)/llvm-dis
LOPT = $(LLVMTOOLCURRENT)/opt
LLINK = $(LLVMTOOLCURRENT)/llvm-link
+LPROF = $(LLVMTOOLCURRENT)/llvm-prof
LANALYZE = $(LLVMTOOLCURRENT)/analyze
LBUGPOINT= $(LLVMTOOLCURRENT)/bugpoint
More information about the llvm-commits
mailing list