[AArch64] Add support for the .inst directive.
authorChad Rosier <mcrosier@codeaurora.org>
Wed, 22 Oct 2014 20:35:57 +0000 (20:35 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Wed, 22 Oct 2014 20:35:57 +0000 (20:35 +0000)
commitfa16693864785fb6b1535515b655b2806b3175ac
tree6e9113dadc4ccfe9b56ca3bda4e562e67301c365
parent596e63d0016551d122615a12579ee11cda51ee3d
[AArch64] Add support for the .inst directive.

This has been implement using the MCTargetStreamer interface as is done in the
ARM, Mips and PPC backends.

Phabricator: http://reviews.llvm.org/D5891
PR20964

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220422 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
test/MC/AArch64/inst-directive-diagnostic.s [new file with mode: 0644]
test/MC/AArch64/inst-directive.s [new file with mode: 0644]