http://llvm.org/bugs/show_bug.cgi?id=10906
Anton Korobeynikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Anton Korobeynikov <[email protected]> 2011-09-11 09:51:44 CDT --- llc does not generate binaries, it generates assembler. Here you're trying to execute generated assembler as .exe file. Surely it won't work. -- 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
