Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
| | | | | llvm-svn: 169250 | ||||
* | Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. | Andrew Kaylor | 2012-11-27 | 1 | -0/+172 |
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 |