search for: _zti11reachingdef

Displaying 2 results from an estimated 2 matches for "_zti11reachingdef".

2010 Apr 06
2
[LLVMdev] Undefined symbol when loading pass
...lease/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. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100405/e328e38b/attachment.html&g...
2010 Apr 06
0
[LLVMdev] Undefined symbol when loading pass
...>: 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