aboutsummaryrefslogtreecommitdiffstats
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
commit20b815da86909e5547f1d01f754a72523ab4aa09 (patch)
treeb92aaa855e085ccb8497d0f392526d374ee660a6 /autoconf
parentbaf1dcf6ce3b674291691159b407133f97d75b9d (diff)
downloadexternal_llvm-20b815da86909e5547f1d01f754a72523ab4aa09.zip
external_llvm-20b815da86909e5547f1d01f754a72523ab4aa09.tar.gz
external_llvm-20b815da86909e5547f1d01f754a72523ab4aa09.tar.bz2
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 aebbf7b..af75133 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])