MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't
authorDaniel Dunbar <daniel@zuster.org>
Sun, 18 Jul 2010 18:38:02 +0000 (18:38 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 18 Jul 2010 18:38:02 +0000 (18:38 +0000)
commit3c802de01af19964c41cc17e9d788271d42dbcdb
treea86aa164119e5f48eae00f44eb2fce576b47caaa
parent275ce397941bc64c6d1643c8c62dbc97a5ebc717
MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't
support macros.

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