[LLVMbugs] [Bug 10906] llc generating 16-bit code when reading bitcode files

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Sep 11 07:51:44 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=10906

Anton Korobeynikov <asl at math.spbu.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |asl at math.spbu.ru
         Resolution|                            |INVALID

--- Comment #1 from Anton Korobeynikov <asl at math.spbu.ru> 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.



More information about the llvm-bugs mailing list