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

Chris Lattner lattner at cs.uiuc.edu
Fri May 13 11:38:14 PDT 2005



Changes in directory llvm/test/Regression/Debugger:

funccall.ll updated: 1.11 -> 1.12
---
Log message:

This passes on sparc


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

 funccall.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/Debugger/funccall.ll
diff -u llvm/test/Regression/Debugger/funccall.ll:1.11 llvm/test/Regression/Debugger/funccall.ll:1.12
--- llvm/test/Regression/Debugger/funccall.ll:1.11	Thu May 12 23:51:58 2005
+++ llvm/test/Regression/Debugger/funccall.ll	Fri May 13 13:37:58 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: *
+;; XFAIL: x86,x86_64,powerpc,alpha,ia64
 
 ;; Debugger type declarations
 %lldb.compile_unit = type { uint, ushort, ushort, sbyte*, sbyte*, sbyte*, {}* }






More information about the llvm-commits mailing list