[LLVMdev] opt pass plugins on Windows?

Martin Tofall obsidium at uni-paderborn.de
Tue Jan 6 17:54:52 PST 2009


Hello,

I'm just starting out with LLVM, currently using Visual Studio on
Windows. Now I'd like to write a custom pass that can be loaded
dynamically as demonstrated in the 'hello world' tutorial.
So far my DLL loads OK but the actual pass registration does not seem
to work.
My question then is (as I could not find any information on the
subject): is this even possible on win32 or will I have to move to a
different development platform?

Thanks,
Martin




More information about the llvm-dev mailing list