Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let remote RPCModule get function recursively (#11053)
Same reason as we changed the get_function to recursive searching. This is useful when we treat the local module as a data segment and wrap it in another empty LLVM module to reuse the export_lib API. After de-serialization in remote, the data segment will be translated as an imported module. Thus we need to fetch the function recursively.
- Loading branch information