summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-label.ll
Commit message (Collapse)AuthorAgeFilesLines
* Teach the LLParser to fail gracefully when it encounters an invalid label name.Owen Anderson2015-03-021-0/+11
Previous it would either assert in +Asserts, or crash in -Asserts. Found by fuzzing LLParser. llvm-svn: 230935
OpenPOWER on IntegriCloud