[LLVMdev] llc can't generate object files on Windows

Anton Korobeynikov anton at korobeynikov.info
Wed Jul 15 11:35:33 PDT 2009


Hello, Jon

> I tried to compile a bitcode file into an object file with llc and
> received an error message.  First, I tried a bitcode file whose first
> line was "target triple = "i686-pc-windows"".  llc complained that
> "target does not support generation of this file type!"
LLVM currently cannot emit object files directly (this is WIP). Emit
assembler source and use gnu as to get object file.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-dev mailing list