commit | 017822d81a37f2ca4cd7adade0fc7268522c2c8f | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Fri Jan 02 02:32:05 2015 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Fri Jan 02 02:32:05 2015 +0000 |
tree | 8c9db059ea6c3cd2d9d11def01bcd3467bc0cfa6 | |
parent | 0b72773c8af2761d3c63918ed83abf434b38bc53 [diff] |
ReaderWriter: teach the writer about IMAGE_REL_ARM_MOV32T This adds support for the IMAGE_REL_ARM_MOV32T relocation. This is one of the most complicated relocations for the Window on ARM target. It involves re-encoding an instruction to contain an immediate value which is the relocation target. llvm-svn: 225072