diff options
author | Chris Lattner <sabre@nondot.org> | 2005-05-14 02:33:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-05-14 02:33:20 +0000 |
commit | 4032b9c94c2bebc4f05b34861d9b81895ff574f7 (patch) | |
tree | 0f4e8838c9d1df4d785eee2be5f0f652e7b750a5 /test/Debugger | |
parent | 120bc6da2fe9b6706de2f5ee890a844cb91ae2d5 (diff) | |
download | external_llvm-4032b9c94c2bebc4f05b34861d9b81895ff574f7.zip external_llvm-4032b9c94c2bebc4f05b34861d9b81895ff574f7.tar.gz external_llvm-4032b9c94c2bebc4f05b34861d9b81895ff574f7.tar.bz2 |
Fix this
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21999 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Debugger')
-rw-r--r-- | test/Debugger/funccall.c | 2 | ||||
-rw-r--r-- | test/Debugger/funccall.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Debugger/funccall.c b/test/Debugger/funccall.c index 4d016ec..9735e34 100644 --- a/test/Debugger/funccall.c +++ b/test/Debugger/funccall.c @@ -14,4 +14,4 @@ int main() { } // This is the source that corresponds to funccall.ll -// RUN: exit 0 +// RUN: echo foo diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index 0bc2d4b..b258d22 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: x86,x86_64,powerpc,alpha,ia64 +; XFAIL: i.86|powerpc|alpha|ia64 ;; Debugger type declarations %lldb.compile_unit = type { uint, ushort, ushort, sbyte*, sbyte*, sbyte*, {}* } |