summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/directive_dc.s
Commit message (Collapse)AuthorAgeFilesLines
* [MC] Support .dc directives in assembler parserPetr Hosek2016-08-231-0/+41
While these directives are mostly aliases for the existing integer and float value directives, some of them like .dc.a have no direct equivalents and are sometimes being used for convenience. Differential Revision: https://reviews.llvm.org/D23810 llvm-svn: 279577
OpenPOWER on IntegriCloud