1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/tools/llvm-jitlink
Lang Hames 6ba74a0e2f [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
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
LLVMBuild.txt