[LLVMdev] How to create a new pass using Visual Studio
Keoncheol Shin
kcshin at arcs.kaist.ac.kr
Sun Nov 18 07:08:15 PST 2007
Hi,
I tried to write a new pass using Visual Studio.
On linux, I can run the pass as bellows.
A shared object is built by Makefile and dynamically loaded by opt via -load
option.
How can I run a new pass on Window?
Thanks,
Keoncheol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071119/48d3483d/attachment.html>
More information about the llvm-dev
mailing list