[llvm-commits] CVS: llvm/test/Regression/Debugger/funccall.c funccall.ll

Chris Lattner lattner at cs.uiuc.edu
Fri May 13 19:33:37 PDT 2005



Changes in directory llvm/test/Regression/Debugger:

funccall.c updated: 1.3 -> 1.4
funccall.ll updated: 1.12 -> 1.13
---
Log message:

Fix this 


---
Diffs of the changes:  (+2 -2)

 funccall.c  |    2 +-
 funccall.ll |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/Regression/Debugger/funccall.c
diff -u llvm/test/Regression/Debugger/funccall.c:1.3 llvm/test/Regression/Debugger/funccall.c:1.4
--- llvm/test/Regression/Debugger/funccall.c:1.3	Sat Apr 23 16:26:11 2005
+++ llvm/test/Regression/Debugger/funccall.c	Fri May 13 21:33:20 2005
@@ -14,4 +14,4 @@
 }
 
 // This is the source that corresponds to funccall.ll
-// RUN: exit 0
+// RUN: echo foo


Index: llvm/test/Regression/Debugger/funccall.ll
diff -u llvm/test/Regression/Debugger/funccall.ll:1.12 llvm/test/Regression/Debugger/funccall.ll:1.13
--- llvm/test/Regression/Debugger/funccall.ll:1.12	Fri May 13 13:37:58 2005
+++ llvm/test/Regression/Debugger/funccall.ll	Fri May 13 21:33:20 2005
@@ -8,7 +8,7 @@
 ;; RUN: llvm-as -f %s -o %t.bc
 ;; RUN: llvm-db %t.bc < %t.commands | grep 'in main at funccall.c:11:2'
 
-;; XFAIL: x86,x86_64,powerpc,alpha,ia64
+; XFAIL: i.86|powerpc|alpha|ia64
 
 ;; Debugger type declarations
 %lldb.compile_unit = type { uint, ushort, ushort, sbyte*, sbyte*, sbyte*, {}* }






More information about the llvm-commits mailing list