From c8746d7f844dba7e28fa815746e8ab5002b0c741 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 16 Nov 2005 07:24:31 +0000 Subject: [PATCH] This passes on ppc and x86 now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24378 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Debugger/funccall.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index b258d22aeea..b1c1e2ad6ad 100644 --- a/test/Debugger/funccall.ll +++ b/test/Debugger/funccall.ll @@ -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*, {}* }