commit | 4c47434b25ea4683ff1794e2d1b24eaa16b5e30e | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Jun 05 21:26:39 2017 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Jun 05 21:26:39 2017 +0000 |
tree | 58f073f00710fedf41d31cbff3aba4e14053781b | |
parent | 790838110fbed51ec9a0ce688c24f81c7c40e89b [diff] |
CodeGen: add support for emitting ObjC image info This ensures that we can emit the ObjC Image Info structure on COFF and ELF as well. The frontend already would attempt to emit this information but would get dropped when generating assembly or an object file. llvm-svn: 304736