summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2010-02-25 22:57:19 +0000
committerJohn Criswell <criswell@uiuc.edu>2010-02-25 22:57:19 +0000
commit7def293487910456683170666a68564da8412182 (patch)
treeb92aaa855e085ccb8497d0f392526d374ee660a6 /autoconf
parenta687465bae9ce793444fef37eb790ac7722f6bc7 (diff)
downloadllvm-7def293487910456683170666a68564da8412182.tar.gz
llvm-7def293487910456683170666a68564da8412182.tar.bz2
llvm-7def293487910456683170666a68564da8412182.tar.xz
Added SAFECode (safecode) to the list of projects to automatically configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97179 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index aebbf7bf82..af75133e2f 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -80,6 +80,7 @@ do
llvm-tv) AC_CONFIG_SUBDIRS([projects/llvm-tv]) ;;
llvm-poolalloc) AC_CONFIG_SUBDIRS([projects/llvm-poolalloc]) ;;
poolalloc) AC_CONFIG_SUBDIRS([projects/poolalloc]) ;;
+ safecode) AC_CONFIG_SUBDIRS([projects/safecode]) ;;
llvm-kernel) AC_CONFIG_SUBDIRS([projects/llvm-kernel]) ;;
*)
AC_MSG_WARN([Unknown project (${i}) won't be configured automatically])