llvm-project/llvm/tools/llvm-jitlink
Lang Hames 14ac84e5c5 [JITLink] Add a -slab-address option to llvm-jitlink.
This option can be used to for JITLink to link as-if the target memory slab were
allocated at a specific start address. This can be used to both verify that
cross-address space linking is working correctly, and to ensure that certain
address-sensitive optimizations (e.g. GOT and stub elimination) either do or do
not fire, depending on the requirements of the test case.

This argument is only valid for testing in conjunction with -noexec -slab-alloc,
and will produce an error if used without those arguments.
2020-03-03 14:25:51 -08:00
..
CMakeLists.txt Break a couple more false dependencies on target libraries 2019-06-10 23:52:38 +00:00
LLVMBuild.txt
llvm-jitlink-macho.cpp [JITLink] Remove the Section::symbols_empty() method. 2019-12-05 20:19:17 -08:00
llvm-jitlink.cpp [JITLink] Add a -slab-address option to llvm-jitlink. 2020-03-03 14:25:51 -08:00
llvm-jitlink.h [ORC] Add generic initializer/deinitializer support. 2020-02-19 13:59:32 -08:00