[llvm-commits] CVS: llvm/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx
John Criswell
criswell at cs.uiuc.edu
Sat Sep 6 10:16:38 PDT 2003
Changes in directory llvm/test/Regression/Assembler:
2002-04-07-HexFloatConstants.llx updated: 1.1 -> 1.2
---
Log message:
Checkin of autoconf-style object root.
Updated TestRunner tests so that they work correctly in a separate object root
directory.
---
Diffs of the changes:
Index: llvm/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx
diff -u llvm/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx:1.1 llvm/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx:1.2
--- llvm/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx:1.1 Sun Apr 7 03:14:44 2002
+++ llvm/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx Sat Sep 6 10:14:44 2003
@@ -5,9 +5,9 @@
; of the bug that was causing the Olden Health benchmark to output incorrect
; results!
;
-; RUN: as < %s | opt -constprop | dis > Output/%s && \
-; RUN: as < %s | dis | as | opt -constprop | dis > Output/%s2 && \
-; RUN: diff Output/%s Output/%s2
+; RUN: as < %s | opt -constprop | dis > s1 && \
+; RUN: as < %s | dis | as | opt -constprop | dis > s2 && \
+; RUN: diff s1 s2
implementation
More information about the llvm-commits
mailing list