llvm-project/llvm/tools/llvm-jitlink
Lang Hames 7ec6dde83a [llvm-jitlink] Teach InProcessDeltaMapper to honor -slab-page-size option.
The -slab-page-size option is used to set a simulated page size in -no-exec
tests. In order for this to work we need to use read/write permissions only
on all simulated pages in order to ensure that no simulated page is made
read-only by a permission change to the underlying real page.

The aim of this patch is to make it safe to enable ExecutionEngine regression
tests on arm64. Those tests will be enabled in a follow-up patch.
2022-10-03 21:50:01 -07:00
..
llvm-jitlink-executor [Orc] Use MapperJITLinkMemoryManager with SharedMemoryMapper in llvm-jitlink tool 2022-08-28 14:29:53 +05:30
CMakeLists.txt [JITLink][COFF] Initial COFF support. 2022-07-13 03:52:43 +09:00
llvm-jitlink-coff.cpp [llvm] Use x.empty() instead of llvm::empty(x) (NFC) 2022-09-12 13:34:35 -07:00
llvm-jitlink-elf.cpp [llvm] Use x.empty() instead of llvm::empty(x) (NFC) 2022-09-12 13:34:35 -07:00
llvm-jitlink-macho.cpp [llvm] Use x.empty() instead of llvm::empty(x) (NFC) 2022-09-12 13:34:35 -07:00
llvm-jitlink.cpp [llvm-jitlink] Teach InProcessDeltaMapper to honor -slab-page-size option. 2022-10-03 21:50:01 -07:00
llvm-jitlink.h [ORC_RT][COFF] Initial platform support for COFF/x86_64. 2022-08-13 13:48:40 +09:00