diff options
author | Chris Lattner <sabre@nondot.org> | 2005-11-16 07:24:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-11-16 07:24:31 +0000 |
commit | c8746d7f844dba7e28fa815746e8ab5002b0c741 (patch) | |
tree | cfb45c6791b7ca7f8fb4571ebc21f6425b5ab88b /test/Debugger | |
parent | b1a5a5c4c0182205b91b962def7b008228a1f7e6 (diff) | |
download | external_llvm-c8746d7f844dba7e28fa815746e8ab5002b0c741.zip external_llvm-c8746d7f844dba7e28fa815746e8ab5002b0c741.tar.gz external_llvm-c8746d7f844dba7e28fa815746e8ab5002b0c741.tar.bz2 |
This passes on ppc and x86 now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Debugger')
-rw-r--r-- | test/Debugger/funccall.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index b258d22..b1c1e2a 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*, {}* } |