In many cases JIT users will know in which module a symbol
resides. Avoiding search other modules can be more efficient. It also
allows to handle duplicate symbol names between modules.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 16430 Build 16430: arc lint + arc unit
Event Timeline
Comment Actions
Ping? This is a simple enough addition that seems to have been envisioned when designing the Orc C stack (given that the underlying stack isn't used anywhere else, and has findSymbolIn()).
Comment Actions
Thanks for the review. I recently got commit access, so I can take care of committing myself.
Thanks,
Andres