Make the wording in of the "expected identifier" error in the .macro directive
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 21 Aug 2012 17:12:05 +0000 (17:12 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 21 Aug 2012 17:12:05 +0000 (17:12 +0000)
commitd7ae0f187635003c385901906fe2cdd95bf13057
tree2620e730805b170402fdd6483b2afdbaaeb8688c
parent578d5f4b80a52906a31f1b22329bc2113b79a866
Make the wording in of the "expected identifier" error in the .macro directive
consistent with the other "expected identifier" errors.
Extracted from the Andy/PaX patch. I added the test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162291 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp
test/MC/AsmParser/bad-macro.s [new file with mode: 0644]