Add profiling runtime and llvm-prof tools. Would someone please regen the
authorChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2003 19:17:11 +0000 (19:17 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2003 19:17:11 +0000 (19:17 +0000)
configure script for me?  :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9553 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac

index 6912ce142629c70de3ad03d7d476bd73b264a2c0..f613de0a26c10d08fc5560c202285dc91d28cf23 100644 (file)
@@ -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)