[LLVMdev] .so file creation for new passes

kalyan ponnala ponnala.kalyan at gmail.com
Sun Apr 18 09:19:00 PDT 2010


Thanks a lot for the reply guys. So, does that mean that I cant write my own
passes if I work on Windows side of the LLVM? Is there any other way to use
a new pass. How are windows users supposed to work?

Thanks again.


On Sun, Apr 18, 2010 at 7:16 AM, Anton Korobeynikov <anton at korobeynikov.info
> wrote:

> > If you compile llvm, the Hello library will be compiled too. It's not
> > installed but it's in build_directory/Debug/lib/LLVMHello.so (or in
> > build_directory/Release/lib/LLVMHello.so)
> Loadable passes are not supported on windows due to lack of OS dynamic
> linking support (and I doubt they will be supported ever).
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
>



-- 
Kalyan Ponnala
phone: 8163772059
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100418/7689f8ec/attachment.html>


More information about the llvm-dev mailing list