[LLVMdev] Linking on Windows with LLVM tools

Anton Korobeynikov anton at korobeynikov.info
Sun Jan 30 04:11:32 PST 2011


> Can the tools in LLVM create a Win32 exe or dll file?
No.

> Or does LLVM still rely on Binutils and GCC for that?
As usual.

> Is it possible/feasable/wanted that the LLVM toolchain could do this?
You can in theory generate object file (this what all MC stuff is
for), however you still need linker.

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



More information about the llvm-dev mailing list