[llvm-commits] CVS: llvm/test/Regression/Debugger/funccall.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 15 23:24:42 PST 2005
Changes in directory llvm/test/Regression/Debugger:
funccall.ll updated: 1.13 -> 1.14
---
Log message:
This passes on ppc and x86 now
---
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.13 llvm/test/Regression/Debugger/funccall.ll:1.14
--- llvm/test/Regression/Debugger/funccall.ll:1.13 Fri May 13 21:33:20 2005
+++ llvm/test/Regression/Debugger/funccall.ll Wed Nov 16 01:24:31 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: i.86|powerpc|alpha|ia64
+; XFAIL: alpha|ia64
;; Debugger type declarations
%lldb.compile_unit = type { uint, ushort, ushort, sbyte*, sbyte*, sbyte*, {}* }
More information about the llvm-commits
mailing list