[LLVMbugs] [Bug 7886] Codegen/X86/sibcall.ll test fails on i686-apple-darwin8
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Sep 30 00:05:46 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7886
NAKAMURA Takumi <geek4civic at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |geek4civic at gmail.com
Resolution|FIXED |
--- Comment #2 from NAKAMURA Takumi <geek4civic at gmail.com> 2010-09-30 02:05:46 CDT ---
A proposal. We should not rely on XFAIL.
; RUN: llc < %s -mtriple=i686-linux -mattr=+sse2 -asm-verbose=false |
FileCheck %s -check-prefix=32
; RUN: llc < %s -mtriple=x86_64-linux -mattr=+sse2 -asm-verbose=false |
FileCheck %s -check-prefix=64
I will apply it, if it works on darwin8.
FYI, -mtriple=x86_64-linux is needed on mingw.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list