summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/indirect-hidden.ll
Commit message (Collapse)AuthorAgeFilesLines
* [CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih2017-11-301-1/+1
| | | | | | | | | | | | | | output As part of the unification of the debug format and the MIR format, always use `printReg` to print all kinds of registers. Updated the tests using '_' instead of '%noreg' until we decide which one we want to be the default one. Differential Revision: https://reviews.llvm.org/D40421 llvm-svn: 319445
* ARM: emit hidden stubs into a proper non_lazy_symbol_pointer section.Tim Northover2014-04-291-0/+22
rdar://problem/16660411 llvm-svn: 207517
OpenPOWER on IntegriCloud