[LLVMdev] Pass Scheduling Information without using opt

Daniel Dunbar daniel at zuster.org
Sun Jul 26 12:35:17 PDT 2009


Hi Ralf,

I believe all you need to do is call llvm::llvm_shutdown().

 - Daniel

On Sun, Jul 26, 2009 at 11:51 AM, Ralf Karrenberg<Ralf.Karrenberg at gmx.de> wrote:
> Hello everybody,
>
> is it somehow possible to get information about what passes were run in
> what order  or timing analysis of passes *without* using opt?
> I am implementing a ModulePass that at some point creates a
> FunctionPassManager which runs several passes, but I cannot figure a way
> to output the same information as when running a command line tool as
> described in "Writing an LLVM Pass".
>
> Regards,
> Ralf
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>




More information about the llvm-dev mailing list