Skip to content

Commit

Permalink
Regenerate with changes for -rdynamic.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187687 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
bob-wilson committed Aug 2, 2013
1 parent 244acf3 commit f3289e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -7989,8 +7989,8 @@ _ACEOF
fi


{ echo "$as_me:$LINENO: checking for compiler -Wl,-export-dynamic option" >&5
echo $ECHO_N "checking for compiler -Wl,-export-dynamic option... $ECHO_C" >&6; }
{ echo "$as_me:$LINENO: checking for compiler -rdynamic option" >&5
echo $ECHO_N "checking for compiler -rdynamic option... $ECHO_C" >&6; }
if test "${llvm_cv_link_use_export_dynamic+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
Expand All @@ -8001,7 +8001,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu

oldcflags="$CFLAGS"
CFLAGS="$CFLAGS -Wl,-export-dynamic"
CFLAGS="$CFLAGS -rdynamic"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
Expand Down Expand Up @@ -22031,7 +22031,7 @@ fi


if test "$llvm_cv_link_use_export_dynamic" = "yes" ; then
RDYNAMIC="-Wl,-export-dynamic"
RDYNAMIC="-rdynamic"
else
RDYNAMIC=""
fi
Expand Down
8 changes: 4 additions & 4 deletions projects/sample/configure
Original file line number Diff line number Diff line change
Expand Up @@ -7783,8 +7783,8 @@ _ACEOF
fi


{ echo "$as_me:$LINENO: checking for compiler -Wl,-export-dynamic option" >&5
echo $ECHO_N "checking for compiler -Wl,-export-dynamic option... $ECHO_C" >&6; }
{ echo "$as_me:$LINENO: checking for compiler -rdynamic option" >&5
echo $ECHO_N "checking for compiler -rdynamic option... $ECHO_C" >&6; }
if test "${llvm_cv_link_use_export_dynamic+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
Expand All @@ -7795,7 +7795,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu

oldcflags="$CFLAGS"
CFLAGS="$CFLAGS -Wl,-export-dynamic"
CFLAGS="$CFLAGS -rdynamic"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
Expand Down Expand Up @@ -20905,7 +20905,7 @@ fi


if test "$llvm_cv_link_use_export_dynamic" = "yes" ; then
RDYNAMIC="-Wl,-export-dynamic"
RDYNAMIC="-rdynamic"
else
RDYNAMIC=""
fi
Expand Down

0 comments on commit f3289e7

Please sign in to comment.