Skip to content

Commit 4d4224c

Browse files
author
John Criswell
committed
Automatically configure the safecode project on the release_19 branch.
llvm-svn: 33077
1 parent 858bfdc commit 4d4224c

File tree

2 files changed

+28
-24
lines changed

2 files changed

+28
-24
lines changed

llvm/autoconf/configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ do
7070
"sample") AC_CONFIG_SUBDIRS([projects/sample]) ;;
7171
"Stacker") AC_CONFIG_SUBDIRS([projects/Stacker]) ;;
7272
"privbracket") AC_CONFIG_SUBDIRS([projects/privbracket]) ;;
73+
"safecode") AC_CONFIG_SUBDIRS([projects/safecode]) ;;
7374
"llvm-test") AC_CONFIG_SUBDIRS([projects/llvm-test]) ;;
7475
"llvm-reopt") AC_CONFIG_SUBDIRS([projects/llvm-reopt]);;
7576
"llvm-gcc") AC_CONFIG_SUBDIRS([projects/llvm-gcc]) ;;

llvm/configure

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,7 @@ FFLAGS'
937937
ac_subdirs_all='projects/sample
938938
projects/Stacker
939939
projects/privbracket
940+
projects/safecode
940941
projects/llvm-test
941942
projects/llvm-reopt
942943
projects/llvm-gcc
@@ -2062,6 +2063,8 @@ do
20622063
;;
20632064
"privbracket") subdirs="$subdirs projects/privbracket"
20642065
;;
2066+
"safecode") subdirs="$subdirs projects/safecode"
2067+
;;
20652068
"llvm-test") subdirs="$subdirs projects/llvm-test"
20662069
;;
20672070
"llvm-reopt") subdirs="$subdirs projects/llvm-reopt"
@@ -10298,7 +10301,7 @@ else
1029810301
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1029910302
lt_status=$lt_dlunknown
1030010303
cat > conftest.$ac_ext <<EOF
10301-
#line 10301 "configure"
10304+
#line 10304 "configure"
1030210305
#include "confdefs.h"
1030310306

1030410307
#if HAVE_DLFCN_H
@@ -12442,7 +12445,7 @@ ia64-*-hpux*)
1244212445
;;
1244312446
*-*-irix6*)
1244412447
# Find out which ABI we are using.
12445-
echo '#line 12445 "configure"' > conftest.$ac_ext
12448+
echo '#line 12448 "configure"' > conftest.$ac_ext
1244612449
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1244712450
(eval $ac_compile) 2>&5
1244812451
ac_status=$?
@@ -14160,11 +14163,11 @@ else
1416014163
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1416114164
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1416214165
-e 's:$: $lt_compiler_flag:'`
14163-
(eval echo "\"\$as_me:14163: $lt_compile\"" >&5)
14166+
(eval echo "\"\$as_me:14166: $lt_compile\"" >&5)
1416414167
(eval "$lt_compile" 2>conftest.err)
1416514168
ac_status=$?
1416614169
cat conftest.err >&5
14167-
echo "$as_me:14167: \$? = $ac_status" >&5
14170+
echo "$as_me:14170: \$? = $ac_status" >&5
1416814171
if (exit $ac_status) && test -s "$ac_outfile"; then
1416914172
# The compiler can only warn and ignore the option if not recognized
1417014173
# So say no if there are warnings other than the usual output.
@@ -14428,11 +14431,11 @@ else
1442814431
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1442914432
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1443014433
-e 's:$: $lt_compiler_flag:'`
14431-
(eval echo "\"\$as_me:14431: $lt_compile\"" >&5)
14434+
(eval echo "\"\$as_me:14434: $lt_compile\"" >&5)
1443214435
(eval "$lt_compile" 2>conftest.err)
1443314436
ac_status=$?
1443414437
cat conftest.err >&5
14435-
echo "$as_me:14435: \$? = $ac_status" >&5
14438+
echo "$as_me:14438: \$? = $ac_status" >&5
1443614439
if (exit $ac_status) && test -s "$ac_outfile"; then
1443714440
# The compiler can only warn and ignore the option if not recognized
1443814441
# So say no if there are warnings other than the usual output.
@@ -14532,11 +14535,11 @@ else
1453214535
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1453314536
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1453414537
-e 's:$: $lt_compiler_flag:'`
14535-
(eval echo "\"\$as_me:14535: $lt_compile\"" >&5)
14538+
(eval echo "\"\$as_me:14538: $lt_compile\"" >&5)
1453614539
(eval "$lt_compile" 2>out/conftest.err)
1453714540
ac_status=$?
1453814541
cat out/conftest.err >&5
14539-
echo "$as_me:14539: \$? = $ac_status" >&5
14542+
echo "$as_me:14542: \$? = $ac_status" >&5
1454014543
if (exit $ac_status) && test -s out/conftest2.$ac_objext
1454114544
then
1454214545
# The compiler can only warn and ignore the option if not recognized
@@ -16984,7 +16987,7 @@ else
1698416987
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1698516988
lt_status=$lt_dlunknown
1698616989
cat > conftest.$ac_ext <<EOF
16987-
#line 16987 "configure"
16990+
#line 16990 "configure"
1698816991
#include "confdefs.h"
1698916992

1699016993
#if HAVE_DLFCN_H
@@ -17084,7 +17087,7 @@ else
1708417087
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1708517088
lt_status=$lt_dlunknown
1708617089
cat > conftest.$ac_ext <<EOF
17087-
#line 17087 "configure"
17090+
#line 17090 "configure"
1708817091
#include "confdefs.h"
1708917092

1709017093
#if HAVE_DLFCN_H
@@ -19452,11 +19455,11 @@ else
1945219455
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1945319456
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1945419457
-e 's:$: $lt_compiler_flag:'`
19455-
(eval echo "\"\$as_me:19455: $lt_compile\"" >&5)
19458+
(eval echo "\"\$as_me:19458: $lt_compile\"" >&5)
1945619459
(eval "$lt_compile" 2>conftest.err)
1945719460
ac_status=$?
1945819461
cat conftest.err >&5
19459-
echo "$as_me:19459: \$? = $ac_status" >&5
19462+
echo "$as_me:19462: \$? = $ac_status" >&5
1946019463
if (exit $ac_status) && test -s "$ac_outfile"; then
1946119464
# The compiler can only warn and ignore the option if not recognized
1946219465
# So say no if there are warnings other than the usual output.
@@ -19556,11 +19559,11 @@ else
1955619559
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1955719560
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1955819561
-e 's:$: $lt_compiler_flag:'`
19559-
(eval echo "\"\$as_me:19559: $lt_compile\"" >&5)
19562+
(eval echo "\"\$as_me:19562: $lt_compile\"" >&5)
1956019563
(eval "$lt_compile" 2>out/conftest.err)
1956119564
ac_status=$?
1956219565
cat out/conftest.err >&5
19563-
echo "$as_me:19563: \$? = $ac_status" >&5
19566+
echo "$as_me:19566: \$? = $ac_status" >&5
1956419567
if (exit $ac_status) && test -s out/conftest2.$ac_objext
1956519568
then
1956619569
# The compiler can only warn and ignore the option if not recognized
@@ -21126,11 +21129,11 @@ else
2112621129
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
2112721130
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
2112821131
-e 's:$: $lt_compiler_flag:'`
21129-
(eval echo "\"\$as_me:21129: $lt_compile\"" >&5)
21132+
(eval echo "\"\$as_me:21132: $lt_compile\"" >&5)
2113021133
(eval "$lt_compile" 2>conftest.err)
2113121134
ac_status=$?
2113221135
cat conftest.err >&5
21133-
echo "$as_me:21133: \$? = $ac_status" >&5
21136+
echo "$as_me:21136: \$? = $ac_status" >&5
2113421137
if (exit $ac_status) && test -s "$ac_outfile"; then
2113521138
# The compiler can only warn and ignore the option if not recognized
2113621139
# So say no if there are warnings other than the usual output.
@@ -21230,11 +21233,11 @@ else
2123021233
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
2123121234
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
2123221235
-e 's:$: $lt_compiler_flag:'`
21233-
(eval echo "\"\$as_me:21233: $lt_compile\"" >&5)
21236+
(eval echo "\"\$as_me:21236: $lt_compile\"" >&5)
2123421237
(eval "$lt_compile" 2>out/conftest.err)
2123521238
ac_status=$?
2123621239
cat out/conftest.err >&5
21237-
echo "$as_me:21237: \$? = $ac_status" >&5
21240+
echo "$as_me:21240: \$? = $ac_status" >&5
2123821241
if (exit $ac_status) && test -s out/conftest2.$ac_objext
2123921242
then
2124021243
# The compiler can only warn and ignore the option if not recognized
@@ -23465,11 +23468,11 @@ else
2346523468
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
2346623469
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
2346723470
-e 's:$: $lt_compiler_flag:'`
23468-
(eval echo "\"\$as_me:23468: $lt_compile\"" >&5)
23471+
(eval echo "\"\$as_me:23471: $lt_compile\"" >&5)
2346923472
(eval "$lt_compile" 2>conftest.err)
2347023473
ac_status=$?
2347123474
cat conftest.err >&5
23472-
echo "$as_me:23472: \$? = $ac_status" >&5
23475+
echo "$as_me:23475: \$? = $ac_status" >&5
2347323476
if (exit $ac_status) && test -s "$ac_outfile"; then
2347423477
# The compiler can only warn and ignore the option if not recognized
2347523478
# So say no if there are warnings other than the usual output.
@@ -23733,11 +23736,11 @@ else
2373323736
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
2373423737
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
2373523738
-e 's:$: $lt_compiler_flag:'`
23736-
(eval echo "\"\$as_me:23736: $lt_compile\"" >&5)
23739+
(eval echo "\"\$as_me:23739: $lt_compile\"" >&5)
2373723740
(eval "$lt_compile" 2>conftest.err)
2373823741
ac_status=$?
2373923742
cat conftest.err >&5
23740-
echo "$as_me:23740: \$? = $ac_status" >&5
23743+
echo "$as_me:23743: \$? = $ac_status" >&5
2374123744
if (exit $ac_status) && test -s "$ac_outfile"; then
2374223745
# The compiler can only warn and ignore the option if not recognized
2374323746
# So say no if there are warnings other than the usual output.
@@ -23837,11 +23840,11 @@ else
2383723840
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
2383823841
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
2383923842
-e 's:$: $lt_compiler_flag:'`
23840-
(eval echo "\"\$as_me:23840: $lt_compile\"" >&5)
23843+
(eval echo "\"\$as_me:23843: $lt_compile\"" >&5)
2384123844
(eval "$lt_compile" 2>out/conftest.err)
2384223845
ac_status=$?
2384323846
cat out/conftest.err >&5
23844-
echo "$as_me:23844: \$? = $ac_status" >&5
23847+
echo "$as_me:23847: \$? = $ac_status" >&5
2384523848
if (exit $ac_status) && test -s out/conftest2.$ac_objext
2384623849
then
2384723850
# The compiler can only warn and ignore the option if not recognized

0 commit comments

Comments
 (0)