[llvm-commits] [llvm] r111108 - /llvm/trunk/test/CodeGen/X86/sibcall.ll

Dale Johannesen dalej at apple.com
Sun Aug 15 12:40:29 PDT 2010


Author: johannes
Date: Sun Aug 15 14:40:29 2010
New Revision: 111108

URL: http://llvm.org/viewvc/llvm-project?rev=111108&view=rev
Log:
Mark as XFAIL on darwin 8.  PR 7886.


Modified:
    llvm/trunk/test/CodeGen/X86/sibcall.ll

Modified: llvm/trunk/test/CodeGen/X86/sibcall.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sibcall.ll?rev=111108&r1=111107&r2=111108&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sibcall.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sibcall.ll Sun Aug 15 14:40:29 2010
@@ -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:





More information about the llvm-commits mailing list