ARM IAS: support .even directive
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 26 Dec 2013 01:52:28 +0000 (01:52 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 26 Dec 2013 01:52:28 +0000 (01:52 +0000)
commit68418605322b4168a62cc815c154bee29f0904c9
tree6d0a9446aedf7d50b71205c3a3cefaf786a8bb90
parent76a1dca38dbea9009cc16b6055e53497d3f756e4
ARM IAS: support .even directive

The .even directive aligns content to an evan-numbered address.  This is an ARM
specific directive applicable to any section.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198031 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/MC/ARM/directive-even.s [new file with mode: 0644]