| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The SectionMemoryManager now supports (and requires) applying section-specific page permissions. Clients using this memory manager must call either MCJIT::finalizeObject() or SectionMemoryManager::applyPermissions() before executing JITed code.
See r168718 for changes from the previous implementation.
llvm-svn: 168721
|
|
|
|
|
|
| |
This commit is primarily here for the revision history. I'm about to move the SectionMemoryManager into the RuntimeDyld library, but I wanted to check the changes in here so people could see the differences in the updated implementation.
llvm-svn: 168718
|
|
|
|
|
|
| |
permissions after an object has been loaded.
llvm-svn: 168114
|
|
|
|
| |
llvm-svn: 167144
|
|
Patch by Daniel Malea.
llvm-svn: 165246
|