From 644ccc115996e560777198bf9d775556201ed545 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 28 Oct 2003 19:17:11 +0000 Subject: [PATCH] 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 --- autoconf/configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 6912ce14262..f613de0a26c 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)