[llvm-commits] CVS: llvm/test/Programs/DiffOutput.sh

Chris Lattner lattner at cs.uiuc.edu
Sun Jun 22 11:29:01 PDT 2003


Changes in directory llvm/test/Programs:

DiffOutput.sh updated: 1.10 -> 1.11

---
Log message:

Use the "fast" method of diffing so we don't get out-of-memory errors when diffing 'crafty' output.


---
Diffs of the changes:

Index: llvm/test/Programs/DiffOutput.sh
diff -u llvm/test/Programs/DiffOutput.sh:1.10 llvm/test/Programs/DiffOutput.sh:1.11
--- llvm/test/Programs/DiffOutput.sh:1.10	Tue Jun  3 21:39:26 2003
+++ llvm/test/Programs/DiffOutput.sh	Sun Jun 22 11:28:34 2003
@@ -20,7 +20,7 @@
 fi
 
 # Diff the two files.
-$DIFF -C 2 Output/$2.out-nat Output/$2.out-$1 > $DIFFOUTPUT || (
+$DIFF -C 2 --speed-large-files Output/$2.out-nat Output/$2.out-$1 > $DIFFOUTPUT || (
   # They are different!
   echo "******************** TEST '$2' FAILED! ********************"
   echo "Execution Context Diff:"





More information about the llvm-commits mailing list