Skip to content
Commit 057f4600 authored by Misha Brukman's avatar Misha Brukman
Browse files

Add ability for external C code to get pointers to functions given their name.

This us used by bugpoint -- when code is compiled to a shared object to be
JITted, it must use the JIT's lazy resolution method to find function addresses,
because some functions will not be available at .so load time, as they are in
the bytecode file.

llvm-svn: 7363
parent ee79899c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment