[all-commits] [llvm/llvm-project] 3a83b8: [JITLink] Add a setProtectionFlags method to jitli...

lhames via All-commits all-commits at lists.llvm.org
Tue Mar 30 18:03:06 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a83b8b2d29e020b8ccde42d0949db45c7eb356a
      https://github.com/llvm/llvm-project/commit/3a83b8b2d29e020b8ccde42d0949db45c7eb356a
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h

  Log Message:
  -----------
  [JITLink] Add a setProtectionFlags method to jitlink::Section.

This allows clients to modify the memory protection settings on sections via
jitlink passes. This can be used to, for example, override the default settings
on text pages and make them Read/Write/Executable under the JIT.




More information about the All-commits mailing list