1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test/Transforms/BlockExtractor
Jinsong Ji 54215e5d31 [BlockExtractor] Avoid assert with wrong line format
Summary:
When the line format is wrong, we may end up accessing out of bound
memory. eg: the test with invalide line will cause assert.
Assertion `idx < size()' failed

The fix is to report fatal when we found mismatched line format.

Reviewers: qcolombet, volkan

Reviewed By: qcolombet

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66444

llvm-svn: 369389
2019-08-20 14:46:02 +00:00
..
extract-blocks-with-groups.ll [BlockExtractor] Change the basic block separator from ',' to ';' 2019-04-29 16:14:00 +00:00
extract-blocks.ll
invalid-block.ll
invalid-function.ll
invalid-line.ll [BlockExtractor] Avoid assert with wrong line format 2019-08-20 14:46:02 +00:00