summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-name2.ll
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2014-12-10 02:10:35 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2014-12-10 02:10:35 +0000
commit6f3be2e155193c12f7da1d78a780f8644fd8b3f5 (patch)
tree085998b7f6264178b1e4d5e1a44d954080aa3ca4 /llvm/test/Assembler/invalid-name2.ll
parentff0f23dd417a79ae029206ff16a6d0c785b546cc (diff)
downloadbcm5719-llvm-6f3be2e155193c12f7da1d78a780f8644fd8b3f5.tar.gz
bcm5719-llvm-6f3be2e155193c12f7da1d78a780f8644fd8b3f5.zip
AsmParser: Don't allow null bytes in BB labels
Since Value objects can't have null bytes in their name, we shouldn't allow them in the labels of basic blocks. llvm-svn: 223907
Diffstat (limited to 'llvm/test/Assembler/invalid-name2.ll')
-rw-r--r--llvm/test/Assembler/invalid-name2.llbin0 -> 120 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Assembler/invalid-name2.ll b/llvm/test/Assembler/invalid-name2.ll
new file mode 100644
index 00000000000..384dee6777d
--- /dev/null
+++ b/llvm/test/Assembler/invalid-name2.ll
Binary files differ
OpenPOWER on IntegriCloud