summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2013-08-02 22:51:11 +0000
committerBob Wilson <bob.wilson@apple.com>2013-08-02 22:51:11 +0000
commitf3289e7d74ac7f4d03f54b56ab4b0d50795c1e7f (patch)
treee492512efc23d480fdd555c5f05f2e7d6bd7edc1 /projects
parent244acf3a4b172657924d21bbb3a65f6388cb68bd (diff)
downloadllvm-f3289e7d74ac7f4d03f54b56ab4b0d50795c1e7f.tar.gz
llvm-f3289e7d74ac7f4d03f54b56ab4b0d50795c1e7f.tar.bz2
llvm-f3289e7d74ac7f4d03f54b56ab4b0d50795c1e7f.tar.xz
Regenerate with changes for -rdynamic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/sample/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/projects/sample/configure b/projects/sample/configure
index 03acc0deac..23e01c82e7 100755
--- a/projects/sample/configure
+++ b/projects/sample/configure
@@ -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
@@ -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
@@ -20905,7 +20905,7 @@ fi
if test "$llvm_cv_link_use_export_dynamic" = "yes" ; then
- RDYNAMIC="-Wl,-export-dynamic"
+ RDYNAMIC="-rdynamic"
else
RDYNAMIC=""
fi