[LLVMdev] Upgrading to llvm-2.9

Duncan Sands baldrick at free.fr
Mon May 16 23:43:26 PDT 2011


Hi Arushi,

> INITIALIZE_PASS(Foo, "foo", "DUMP MODULE", false, false)

INITIALIZE_PASS doesn't work with dynamically loaded passes.  Check out
Hello.cpp in lib/Transforms/Hello/ to see how to do it.

Ciao, Duncan.



More information about the llvm-dev mailing list