commit | 1df8a89077ae5ff7b18402e933f575c7243356ef | [log] [tgz] |
---|---|---|
author | Alex Bradbury <asb@lowrisc.org> | Wed May 23 11:17:20 2018 +0000 |
committer | Alex Bradbury <asb@lowrisc.org> | Wed May 23 11:17:20 2018 +0000 |
tree | edcd71d2ba146233089fa384dc1c91a9e2af342e | |
parent | 0baaa616ba4c0050bac66ccd3a315b5399004144 [diff] |
[AArch64] Use addAliasForDirective to support data directives The AArch64 asm parser currently has custom parsing logic for .hword, .word, and .xword. Rather than use this custom logic, we can just use addAliasForDirective to enable the reuse of AsmParser::parseDirectiveValue. Differential Revision: https://reviews.llvm.org/D47000 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333077 91177308-0d34-0410-b5e6-96231b3b80d8