[LLVMdev] Undefined symbol when loading pass
Trevor Harmon
Trevor.W.Harmon at nasa.gov
Tue Apr 6 11:10:11 PDT 2010
On Apr 5, 2010, at 7:10 PM, funceval wrote:
> opt -load ../../../Release/lib/iel.so
> <premain>: CommandLine Error: Argument 'inline-threshold' defined
> more than once!
> opt: CommandLine Error: Argument 'inline-threshold' defined more
> than once!
> Error opening '../../../Release/lib/iel.so': ../../../Release/lib/
> iel.so: undefined symbol: _ZTI11ReachingDef
> -load request ignored.
>
> It looks like the ReachingDef pass is not being recognized. Please
> tell me how to fix this.
Don't you need to add a -load for reaching-def also?
Trevor
More information about the llvm-dev
mailing list