Hello,<div><br class="webkit-block-placeholder"></div><div>I am fairly new to LLVM development. Currently I am trying to treat LLVM modules almost like ".o" files in a "normal" development environment, and then calling functions in one module from another module. Is this possible?
</div><div><br class="webkit-block-placeholder"></div><div>Basically, I want self contained chunks of code with dependencies on functions in other self contained chunks that get resolved at JIT time. I figured since the ExecutionEngine has an "addModuleProvider" function, this sort of behavior is supported. If not, what is addModuleProvider's intended use?
</div><div><br class="webkit-block-placeholder"></div><div>When I can get LLVM to do what I want, it is truly incredible! Thanks for a great project!<br></div><div><br class="webkit-block-placeholder"></div><div>Aaron</div>
<div><br></div><div><br class="webkit-block-placeholder"></div>