Skip to content
  • Andrew Kaylor's avatar
    Modifying lli to use the SectionMemoryManager. · 58365b9c
    Andrew Kaylor authored
    The functionality of SectionMemoryManager is equivalent to the LLIMCJITMemoryManager being replaced except that it allocates memory as RW and later changes it to RX or R as needed.  The page permissions are set in the call to MCJIT::finalizeObject.
    
    llvm-svn: 168722
    58365b9c
Loading