diff options
| author | Dale Johannesen <dalej@apple.com> | 2010-08-15 19:40:29 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2010-08-15 19:40:29 +0000 |
| commit | 339423c4601f5337c021219c9057963fe2f45b8f (patch) | |
| tree | 2da947dc4716c11682d91557001bfff8e4c0026f | |
| parent | 340045b204ca064fe65dc07bdd277c6207081b08 (diff) | |
| download | bcm5719-llvm-339423c4601f5337c021219c9057963fe2f45b8f.tar.gz bcm5719-llvm-339423c4601f5337c021219c9057963fe2f45b8f.zip | |
Mark as XFAIL on darwin 8. PR 7886.
llvm-svn: 111108
| -rw-r--r-- | llvm/test/CodeGen/X86/sibcall.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/sibcall.ll b/llvm/test/CodeGen/X86/sibcall.ll index 4b27f2edb75..a3c9957be34 100644 --- a/llvm/test/CodeGen/X86/sibcall.ll +++ b/llvm/test/CodeGen/X86/sibcall.ll @@ -1,5 +1,7 @@ ; RUN: llc < %s -march=x86 -mattr=+sse2 -asm-verbose=false | FileCheck %s -check-prefix=32 ; RUN: llc < %s -march=x86-64 -mattr=+sse2 -asm-verbose=false | FileCheck %s -check-prefix=64 +; Darwin 8 generates stubs, which don't match +; XFAIL: apple-darwin8 define void @t1(i32 %x) nounwind ssp { entry: |

