diff options
author | Chris Lattner <sabre@nondot.org> | 2005-05-13 18:37:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-05-13 18:37:58 +0000 |
commit | 069b96380f7b3ea30f790d5e206cc5036992b7f9 (patch) | |
tree | 9159856b4840107f5b0bacf14b4268cb0b90e766 /test | |
parent | 0d255bd5ce35aa511c954a2234cd3a83d7c7d670 (diff) | |
download | external_llvm-069b96380f7b3ea30f790d5e206cc5036992b7f9.zip external_llvm-069b96380f7b3ea30f790d5e206cc5036992b7f9.tar.gz external_llvm-069b96380f7b3ea30f790d5e206cc5036992b7f9.tar.bz2 |
This passes on sparc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21955 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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 8877519..0bc2d4b 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: * +;; XFAIL: x86,x86_64,powerpc,alpha,ia64 ;; Debugger type declarations %lldb.compile_unit = type { uint, ushort, ushort, sbyte*, sbyte*, sbyte*, {}* } |