projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b21ac6
)
Try xfailing this
author
Chris Lattner
<sabre@nondot.org>
Thu, 13 Apr 2006 18:15:24 +0000
(18:15 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/ExecutionEngine/2005-12-02-TailCallBug.ll
b/test/ExecutionEngine/2005-12-02-TailCallBug.ll
index 92d87ddcbf1e3d3f1ac8aab4343f625ec9e6d5d7..dbc11b25c0b06d091a407dbceb92ab712dce9d73 100644
(file)
--- a/
test/ExecutionEngine/2005-12-02-TailCallBug.ll
+++ b/
test/ExecutionEngine/2005-12-02-TailCallBug.ll
@@
-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*