[PATCH] D44889: [ORC] Add findSymbolIn() wrapper to C bindings.

Andres Freund via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 25 21:29:40 PDT 2018


anarazel created this revision.
Herald added a reviewer: deadalnix.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D44889

Files:
  include/llvm-c/OrcBindings.h
  lib/ExecutionEngine/Orc/OrcCBindings.cpp
  lib/ExecutionEngine/Orc/OrcCBindingsStack.h
  unittests/ExecutionEngine/Orc/OrcCAPITest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44889.139760.patch
Type: text/x-patch
Size: 4354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180326/7cb9a37d/attachment.bin>


More information about the llvm-commits mailing list