diff options
author | John Criswell <criswell@uiuc.edu> | 2010-02-25 22:57:19 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2010-02-25 22:57:19 +0000 |
commit | 7def293487910456683170666a68564da8412182 (patch) | |
tree | b92aaa855e085ccb8497d0f392526d374ee660a6 /autoconf | |
parent | a687465bae9ce793444fef37eb790ac7722f6bc7 (diff) | |
download | external_llvm-7def293487910456683170666a68564da8412182.zip external_llvm-7def293487910456683170666a68564da8412182.tar.gz external_llvm-7def293487910456683170666a68564da8412182.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.ac | 1 |
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]) |