Try xfailing this
authorChris Lattner <sabre@nondot.org>
Thu, 13 Apr 2006 18:15:24 +0000 (18:15 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Apr 2006 18:15:24 +0000 (18:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27669 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/2005-12-02-TailCallBug.ll

index 92d87ddcbf1e3d3f1ac8aab4343f625ec9e6d5d7..dbc11b25c0b06d091a407dbceb92ab712dce9d73 100644 (file)
@@ -1,6 +1,8 @@
+; PR672
 ; RUN: llvm-as < %s | lli
 
-; PR672
+; This doesn't work on darwin/x86, xfail until PR736 is resolved.
+; XFAIL: i686-apple-darwin
 
 int %main(){ 
  %f   = cast int (int, int*, int)* %check_tail to int*