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)
commit6eae1e6bbf9cfa412fc300df6ee19949e4cd2fe9
tree293e3a6609494dec7148d9a4989d28aabf45e710
parent962a339bec1588c54c2a21e87aae9a20097cb8e5
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.

llvm-svn: 209309
llvm/lib/MC/MCParser/AsmParser.cpp
llvm/test/MC/AsmParser/invalid-input-assertion.s [new file with mode: 0644]