[LLVMdev] Loading LLVM passes on Cygwin

Arjun Singri arjunsingri at gmail.com
Thu Mar 24 13:18:39 PDT 2011


I am trying to write an LLVM pass on Windows using Cygwin. When I "make" the
project, a dll gets created in the Release/bin directory instead of a .so
file in the Release/lib directory. The latter is what is shown in the LLVM
documentation. When I try to load this dll using the -load flag to opt,
nothing happens.

$opt -load ../../../Release/bin/Pass.dll -help

The pass that I am trying to load isn't printed after this. How do I get
this right?

Thanks,
Arjun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110324/8baeca43/attachment.html>


More information about the llvm-dev mailing list