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 | 20b815da86909e5547f1d01f754a72523ab4aa09 (patch) | |
tree | b92aaa855e085ccb8497d0f392526d374ee660a6 /configure | |
parent | baf1dcf6ce3b674291691159b407133f97d75b9d (diff) | |
download | external_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 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |