Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MC: remove unnecessary restriction on tests | Saleem Abdulrasool | 2014-05-23 | 1 | -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 assertion | Saleem Abdulrasool | 2014-05-21 | 1 | -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 |