[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Sandbox.sh
Chris Lattner
lattner at cs.uiuc.edu
Fri Jun 20 11:55:01 PDT 2003
Changes in directory llvm/test/Programs/External/SPEC:
Sandbox.sh updated: 1.3 -> 1.4
---
Log message:
Add support for the .time files
---
Diffs of the changes:
Index: llvm/test/Programs/External/SPEC/Sandbox.sh
diff -u llvm/test/Programs/External/SPEC/Sandbox.sh:1.3 llvm/test/Programs/External/SPEC/Sandbox.sh:1.4
--- llvm/test/Programs/External/SPEC/Sandbox.sh:1.3 Mon Jun 16 07:14:46 2003
+++ llvm/test/Programs/External/SPEC/Sandbox.sh Fri Jun 20 11:54:32 2003
@@ -28,6 +28,8 @@
echo Running: $*
$*
+cp $(OUTPUT_FILE).time ../../${OUTPUTFILE}.time
+
# This script is always successful...
exit 0
More information about the llvm-commits
mailing list