http://llvm.org/bugs/show_bug.cgi?id=8561
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Chris Lattner <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
