[llvm-commits] CVS: llvm/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr
Reid Spencer
reid at x10sys.com
Tue Mar 6 09:45:00 PST 2007
Changes in directory llvm/test/CFrontend:
2003-08-17-DeadCodeShortCircuit.c.tr updated: 1.2 -> 1.3
---
Log message:
Fix this to put its output in the output directory.
---
Diffs of the changes: (+1 -1)
2003-08-17-DeadCodeShortCircuit.c.tr | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr
diff -u llvm/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr:1.2 llvm/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr:1.3
--- llvm/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr:1.2 Thu Nov 6 15:13:45 2003
+++ llvm/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr Tue Mar 6 11:44:43 2007
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -xc %s -c
+// RUN: %llvmgcc -xc %s -c -o %t.o
int test(_Bool pos, _Bool color) {
return 0;
More information about the llvm-commits
mailing list