Fix a thinko in the JIT where the address of a GV was only recorded in the map
on failure to resolve it. Do not abort on failure to resolve an external symbol when using dlsym stubs, since the symbol may not be in the JIT's address space. Just use 0. Allow dlsym stubs to differentiate between GlobalVars and Functions. llvm-svn: 66050
Loading
Please register or sign in to comment