[llvm-commits] CVS: llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx
John Criswell
criswell at cs.uiuc.edu
Sat Sep 6 10:16:22 PDT 2003
Changes in directory llvm/test/Regression/CBackend:
2003-06-23-PromotedExprs.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/CBackend/2003-06-23-PromotedExprs.llx
diff -u llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx:1.1 llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx:1.2
--- llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx:1.1 Mon Jun 23 14:59:17 2003
+++ llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx Sat Sep 6 10:14:47 2003
@@ -1,7 +1,7 @@
-; RUN: as < %s | dis -c > Output/%s.cbe.c
-; RUN: gcc -B/usr/bin/ Output/%s.cbe.c -o Output/%s.cbe
-; RUN: Output/%s.cbe
+; RUN: as < %s | dis -c > f1.cbe.c
+; RUN: gcc -B/usr/bin/ f1.cbe.c -o f1.cbe
+; RUN: ./f1.cbe
bool %doTest(ubyte %x) {
%dec.0 = add ubyte %x, 255
More information about the llvm-commits
mailing list