ARM IAS: add support for the .pool directive
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 20 Dec 2013 07:21:16 +0000 (07:21 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 20 Dec 2013 07:21:16 +0000 (07:21 +0000)
commit6692ce18e83ee2b4116d651eb3a9a557cd6a754f
tree893b1d6905460736b83d108ba74ff15f55126970
parent69475dd92b87af0075b70202ca154cbe7027f59d
ARM IAS: add support for the .pool directive

The .pool directive is an alias for the .ltorg directive used to create a
literal pool.  Simply treat .pool as if .ltorg was passed.

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