commit | f6b5f0fffd5b2e5b03cf4b6e7892305d3966cc03 | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <[email protected]> | Fri Jun 24 14:11:44 2016 |
committer | Saleem Abdulrasool <[email protected]> | Fri Jun 24 14:11:44 2016 |
tree | f3fea696854568864b5c27e4418e817fa337b800 | |
parent | bd07d42deba8b7816ed3c8abe393cb0a9f452ff6 [diff] |
ExecutionEngine: add preliminary support for COFF ARM This adds rudimentary support for COFF ARM to the dynamic loader for the exeuction engine. This can be used by lldb to JIT code into a COFF ARM environment. This lays the foundation for the loader, though a few of the relocation types are yet unhandled. llvm-svn: 273682