MC: loosen an overzealous assertion
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 21 May 2014 17:53:18 +0000 (17:53 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 21 May 2014 17:53:18 +0000 (17:53 +0000)
commit5dd4b9f43b4457ea481b1b649777badb79c575d5
treefc6233951b8cd3da4ef60ca778b11faf8e6fe58c
parent03b003b1cb2f0ab2b6bd05b879c2624522b18672
MC: loosen an overzealous assertion

Permit active macro expansions when terminating the assembler if there were
errors during the expansion.  This would only trigger on invalid input when
built with assertions.

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