summaryrefslogtreecommitdiff
path: root/test/MC/ARM/directive-tlsdescseq.s
AgeCommit message (Collapse)AuthorFilesLines
2014-01-30ARM: suuport .tlsdescseq directiveSaleem Abdulrasool1-0/+33
This enhances the ARMAsmParser to handle .tlsdescseq directives. This is a slightly special relocation. We must be able to generate them, but not consume them in assembly. The relocation is meant to assist the linker in generating a TLS descriptor sequence. The ELF target streamer is enhanced to append additional fixups into the current segment and that is used to emit the new R_ARM_TLS_DESCSEQ relocations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200448 91177308-0d34-0410-b5e6-96231b3b80d8