Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT ↵ | Andrew Kaylor | 2012-11-28 | 1 | -226/+0 |
| | | | | | | and RuntimeDyld llvm-svn: 168755 | ||||
* | Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. | Andrew Kaylor | 2012-11-27 | 1 | -0/+226 |
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 |