aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/configure.ac
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-28 19:17:11 +0000
committerChris Lattner <sabre@nondot.org>2003-10-28 19:17:11 +0000
commit644ccc115996e560777198bf9d775556201ed545 (patch)
tree9a4e8d96f8c24daa701e0f98fff912620c92d844 /autoconf/configure.ac
parent67e7104db7e07a6fbb9000f45864a5529e3f8559 (diff)
downloadexternal_llvm-644ccc115996e560777198bf9d775556201ed545.zip
external_llvm-644ccc115996e560777198bf9d775556201ed545.tar.gz
external_llvm-644ccc115996e560777198bf9d775556201ed545.tar.bz2
Add profiling runtime and llvm-prof tools. Would someone please regen the
configure script for me? :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9553 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r--autoconf/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 6912ce1..f613de0 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -96,6 +96,7 @@ AC_CONFIG_MAKEFILE(runtime/GCCLibraries/libutempter/Makefile)
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-as/Makefile)
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)