1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/tools/llvm-jitlink
Lang Hames 44eb111f3c [ORC] Refactor definition-generation, add a generator for static libraries.
This patch replaces the JITDylib::DefinitionGenerator typedef with a class of
the same name, and adds support for attaching a sequence of DefinitionGeneration
objects to a JITDylib.

This patch also adds a new definition generator,
StaticLibraryDefinitionGenerator, that can be used to add symbols fom a static
library to a JITDylib. An object from the static library will be added (via
a supplied ObjectLayer reference) whenever a symbol from that object is
referenced.

To enable testing, lli is updated to add support for the --extra-archive option
when running in -jit-kind=orc-lazy mode.

llvm-svn: 368707
2019-08-13 16:05:18 +00:00
..
CMakeLists.txt Break a couple more false dependencies on target libraries 2019-06-10 23:52:38 +00:00
llvm-jitlink-macho.cpp [JITLink] Add a test for zero-filled content. 2019-05-12 22:26:33 +00:00
llvm-jitlink.cpp [ORC] Refactor definition-generation, add a generator for static libraries. 2019-08-13 16:05:18 +00:00
llvm-jitlink.h
LLVMBuild.txt