aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-29 15:38:33 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-29 15:38:33 +0000
commit585e0882c38516b52e67eb0b22c91c72c10ce9a4 (patch)
tree49534e678a2403e94f7817b22c3f9e54576a6926 /configure
parent3acdc630961e708288506af5674b6e672c0054de (diff)
downloadexternal_llvm-585e0882c38516b52e67eb0b22c91c72c10ce9a4.zip
external_llvm-585e0882c38516b52e67eb0b22c91c72c10ce9a4.tar.gz
external_llvm-585e0882c38516b52e67eb0b22c91c72c10ce9a4.tar.bz2
Regenerate for PR1283 fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35452 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 53b40f1..62828ec 100755
--- a/configure
+++ b/configure
@@ -33440,7 +33440,8 @@ else
llvm_cv_llvmgcc_sanity="no"
if test -x "$LLVMGCC" ; then
cp /dev/null conftest.c
- "$LLVMGCC" -emit-llvm -S -o - conftest.c | grep implementation > /dev/null 2>&1
+ "$LLVMGCC" -emit-llvm -S -o - conftest.c | \
+ grep 'target datalayout =' > /dev/null 2>&1
if test $? -eq 0 ; then
llvm_cv_llvmgcc_sanity="yes"
fi