[LLVMdev] Where is LLVM-3.0.dll

Óscar Fuentes ofv at wanadoo.es
Mon Feb 27 15:35:00 PST 2012


"Jon Harrop" <jon at ffconsultancy.com> writes:

> I followed both those instructions and (separately) the instructions
> from the LLVM "Getting Started with the LLVM System using Microsoft
> Visual Studio" page but neither seems to have produced the file I
> need.

The VS build does not create dll's, unless someone implemented the
feature recently.

[snip]

> I don't see where I'm supposed to get this LLVM-3.0.dll file or how I
> create it from the .a files that were built.

IIRC Takumi implemented the creation of LLVM-*.dll for MinGW on the
configure&make build.

The method for creating the big dll on MinGW consists on extracting the
obj files from the static libraries, and then recombing them on a single
dll. I posted the sequence of commands on this ml years ago.




More information about the llvm-dev mailing list