summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-name.ll
Commit message (Collapse)AuthorAgeFilesLines
* AsmParser: Don't crash if a null byte is inside a quoted stringDavid Majnemer2014-12-101-0/+0
| | | | | | | We don't allow Value* to have names which contain null bytes. The AsmParser should reject .ll files that try to do this. llvm-svn: 223869
* Make it explicit that nulls are not allowed in names.Rafael Espindola2013-11-191-0/+6
The object files we support use null terminated strings, so there is no way to support these. This patch adds an assert to catch bad API use and an error check in the .ll parser. llvm-svn: 195155
OpenPOWER on IntegriCloud