summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/invalid-input-assertion.s
Commit message (Collapse)AuthorAgeFilesLines
* MC: remove unnecessary restriction on testsSaleem Abdulrasool2014-05-231-1/+0
| | | | | | | | | | Rafael correctly pointed out that the restriction is unnecessary. Although the tests are intended to ensure that we dont abort due to an assertion, running the tests in all modes is better since it also ensures that we dont crash without assertions. Always run these tests to ensure that we can handle invalid input correctly. llvm-svn: 209496
* MC: loosen an overzealous assertionSaleem Abdulrasool2014-05-211-0/+10
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
OpenPOWER on IntegriCloud