summaryrefslogtreecommitdiff
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 5476fd4c71..62b8fc9b39 100755
--- a/configure
+++ b/configure
@@ -813,6 +813,7 @@ projects/llvm-java
projects/llvm-tv
projects/llvm-poolalloc
projects/poolalloc
+projects/safecode
projects/llvm-kernel'
# Initialize some variables set by options.
@@ -1979,6 +1980,8 @@ do
;;
poolalloc) subdirs="$subdirs projects/poolalloc"
;;
+ safecode) subdirs="$subdirs projects/safecode"
+ ;;
llvm-kernel) subdirs="$subdirs projects/llvm-kernel"
;;
*)
@@ -11133,7 +11136,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 11136 "configure"
+#line 11139 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H