summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/Windows/read-only-data.ll
Commit message (Collapse)AuthorAgeFilesLines
* test: fix copy-paste mistakeSaleem Abdulrasool2014-05-171-1/+1
| | | | | | Accidental over-quoting of the match string. llvm-svn: 209058
* ARM: use the proper target object format for WoASaleem Abdulrasool2014-05-171-0/+15
WoA uses COFF, not ELF. ARMISelLowering::createTLOF would previously return ELF for any non-MachO platform. This was a missed site when the original change for target format support for Windows on ARM was done. llvm-svn: 209057
OpenPOWER on IntegriCloud