Displaying 1 result from an estimated 1 matches for "sadv".
Did you mean:
sad
2009 Oct 05
0
[LLVMdev] [Fwd: Re: problem with multiple LLVM passes]
...U.setPreservesAll(), and the second pass is a transform pass that
preserves nothing. Is this correct?
>
> 4) Does opt print any error messages when loading the dynamic
> library/libraries implementing your two passes?
>
> opt prints the following error message:
>
> opt: /home/sadve/komurav1/llvm/include/llvm/PassAnalysisSupport.h:53:
> llvm::AnalysisUsage& llvm::AnalysisUsage::addRequiredID(const
> llvm::PassInfo*): Assertion `ID && "Pass class not registered!"' failed.
>
> Any insight on what might be going wrong?
So, my purpose in aski...