[LLVMdev] Trouble Resolving Objective-C Symbols in lli

Chris Lattner sabre at nondot.org
Sat Jul 21 14:25:06 PDT 2007


On Fri, 20 Jul 2007, Reid Spencer wrote:
> What exactly are these symbols? How would one differentiate them if they
> all have 0 address? What should the JIT do with them?

The JIT should just return null for them.  They can't be differentiated. 
Their address is just zero.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list