summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/Inputs
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-03-16 21:35:48 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-03-16 21:35:48 +0000
commit675e8cb09eefaf94db6be27dd65fb6627daae0d3 (patch)
treeb8c56212cea95a46138e7a22080322ab861390c2 /llvm/test/Bitcode/Inputs
parent9b7374b8216a0860fc0606e2db910a76cc729b20 (diff)
downloadbcm5719-llvm-675e8cb09eefaf94db6be27dd65fb6627daae0d3.tar.gz
bcm5719-llvm-675e8cb09eefaf94db6be27dd65fb6627daae0d3.zip
Test bitcode parsing error-handling for incorrect explicit type
(turns out I had regressed this when sinking handling of this type down into GetElementPtrInst::Create - since that asserted before the error handling was performed) llvm-svn: 232420
Diffstat (limited to 'llvm/test/Bitcode/Inputs')
-rw-r--r--llvm/test/Bitcode/Inputs/invalid-gep-mismatched-explicit-type.bcbin0 -> 448 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/Inputs/invalid-gep-mismatched-explicit-type.bc b/llvm/test/Bitcode/Inputs/invalid-gep-mismatched-explicit-type.bc
new file mode 100644
index 00000000000..0d828e8c329
--- /dev/null
+++ b/llvm/test/Bitcode/Inputs/invalid-gep-mismatched-explicit-type.bc
Binary files differ
OpenPOWER on IntegriCloud