diff options
Diffstat (limited to 'llvm/test/Bitcode/Inputs')
-rw-r--r-- | llvm/test/Bitcode/Inputs/invalid-abbrev.bc | bin | 0 -> 129 bytes | |||
-rw-r--r-- | llvm/test/Bitcode/Inputs/invalid-bad-abbrev-number.bc | 1 | ||||
-rw-r--r-- | llvm/test/Bitcode/Inputs/invalid-unexpected-eof.bc | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/Inputs/invalid-abbrev.bc b/llvm/test/Bitcode/Inputs/invalid-abbrev.bc Binary files differnew file mode 100644 index 00000000000..4e8f3944b84 --- /dev/null +++ b/llvm/test/Bitcode/Inputs/invalid-abbrev.bc diff --git a/llvm/test/Bitcode/Inputs/invalid-bad-abbrev-number.bc b/llvm/test/Bitcode/Inputs/invalid-bad-abbrev-number.bc new file mode 100644 index 00000000000..e4e1fb3e4b3 --- /dev/null +++ b/llvm/test/Bitcode/Inputs/invalid-bad-abbrev-number.bc @@ -0,0 +1 @@ +BCÀÞ!0000000000
\ No newline at end of file diff --git a/llvm/test/Bitcode/Inputs/invalid-unexpected-eof.bc b/llvm/test/Bitcode/Inputs/invalid-unexpected-eof.bc new file mode 100644 index 00000000000..a487393d066 --- /dev/null +++ b/llvm/test/Bitcode/Inputs/invalid-unexpected-eof.bc @@ -0,0 +1 @@ +BCÀÞ!00000000000000000000
\ No newline at end of file |