Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: support `-mlong-calls` with AEABI TLS on ELF | Saleem Abdulrasool | 2017-01-29 | 1 | -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 |