summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/aeabi-read-tp.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: support `-mlong-calls` with AEABI TLS on ELFSaleem Abdulrasool2017-01-291-0/+26
Support lowering AEABI TLS access (__aeabi_read_tp) with long calls. This requires adjusting the call sequence to use an indirect call to get full addressability. Resolves PR31769! llvm-svn: 293433
OpenPOWER on IntegriCloud