Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM. | Lang Hames | 2017-08-09 | 1 | -0/+8 |
| | | | | | | | | | | | This patch adds support for thumb relocations to RuntimeDyldMachOARM, and adds a target-specific flags field to JITSymbolFlags (so that on ARM we can record whether each symbol is Thumb-mode code). RuntimeDyldImpl::emitSection is modified to ensure that stubs memory is correctly aligned based on the size returned by getStubAlignment(). llvm-svn: 310517 | ||||
* | [ExecutionEngine][RuntimeDyld] Move JITSymbol from ExecutionEngine to ↵ | Lang Hames | 2016-08-07 | 1 | -0/+41 |
RuntimeDyld. JITSymbol really belongs in RuntimeDyld. This should fix the llvm-rtdyld link failures caused by r277943. llvm-svn: 277945 |