[LLVMbugs] [Bug 8561] LLVM miscompiles a function from Wine
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Jan 16 00:50:51 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=8561
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Chris Lattner <clattner at apple.com> 2011-01-16 02:50:50 CST ---
Hi Charles. I'd like to investigate this, but the testcase is invalid.
$ llc mmap.ll -o -
llc: mmap.ll:64:1: error: expected instruction opcode
}
^
after fixing that:
$ llc mmap.ll -o -
llc: mmap.ll:38:13: error: use of undefined value
'@wine_mmap_add_reserved_area'
call void @wine_mmap_add_reserved_area(i8* %addr, i32 %3)
^
--
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