[llvm-commits] CVS: llvm/configure
Reid Spencer
reid at x10sys.com
Thu Mar 29 08:38:50 PDT 2007
Changes in directory llvm:
configure updated: 1.271 -> 1.272
---
Log message:
Regenerate for PR1283: http://llvm.org/PR1283 fix.
---
Diffs of the changes: (+2 -1)
configure | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/configure
diff -u llvm/configure:1.271 llvm/configure:1.272
--- llvm/configure:1.271 Wed Mar 21 16:38:25 2007
+++ llvm/configure Thu Mar 29 10:38:33 2007
@@ -33440,7 +33440,8 @@
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
More information about the llvm-commits
mailing list