[llvm-commits] CVS: llvm/autoconf/configure.ac
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 28 13:18:02 PST 2003
Changes in directory llvm/autoconf:
configure.ac updated: 1.45 -> 1.46
---
Log message:
Add profiling runtime and llvm-prof tools. Would someone please regen the
configure script for me? :)
---
Diffs of the changes: (+2 -0)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.45 llvm/autoconf/configure.ac:1.46
--- llvm/autoconf/configure.ac:1.45 Wed Oct 22 12:52:56 2003
+++ llvm/autoconf/configure.ac Tue Oct 28 13:17:11 2003
@@ -96,6 +96,7 @@
AC_CONFIG_MAKEFILE(runtime/GCCLibraries/libutil/Makefile)
AC_CONFIG_MAKEFILE(runtime/libdummy/Makefile)
AC_CONFIG_MAKEFILE(runtime/libtrace/Makefile)
+AC_CONFIG_MAKEFILE(runtime/libprofile/Makefile)
AC_CONFIG_MAKEFILE(test/Makefile)
AC_CONFIG_MAKEFILE(test/Makefile.tests)
AC_CONFIG_MAKEFILE(test/QMTest/llvm.py)
@@ -206,6 +207,7 @@
AC_CONFIG_MAKEFILE(tools/llvm-dis/Makefile)
AC_CONFIG_MAKEFILE(tools/llvm-link/Makefile)
AC_CONFIG_MAKEFILE(tools/llvm-nm/Makefile)
+AC_CONFIG_MAKEFILE(tools/llvm-prof/Makefile)
AC_CONFIG_MAKEFILE(tools/opt/Makefile)
AC_CONFIG_MAKEFILE(utils/Makefile)
AC_CONFIG_MAKEFILE(utils/Burg/Makefile)
More information about the llvm-commits
mailing list