summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/RISCV/data-directives-valid.s
Commit message (Collapse)AuthorAgeFilesLines
* [RISCV] Add support for .half, .hword, .word, .dword directivesAlex Bradbury2018-05-171-0/+32
These directives are recognised by gas. Support is added through the use of addAliasForDirective. Also match RISC-V gcc in preferring .half and .word for 16-bit and 32-bit data directives. llvm-svn: 332574
OpenPOWER on IntegriCloud