summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/objc-imageinfo-macho.ll
Commit message (Collapse)AuthorAgeFilesLines
* test: fix hexagon buildSaleem Abdulrasool2017-06-051-0/+1
| | | | | | Add a x86-registered-target requirement to the tests. llvm-svn: 304739
* CodeGen: add support for emitting ObjC image infoSaleem Abdulrasool2017-06-051-0/+14
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
OpenPOWER on IntegriCloud