OLD | NEW |
---|---|
(Empty) | |
1 ; Test if we recognize a bad basic block count in a function block. | |
2 | |
3 ; REQUIRES: allow_dump | |
4 | |
5 ; RUN: pnacl-bcfuzz -bitcode-as-text %p/Inputs/bad-bb-size.tbc -output - \ | |
Karl
2015/08/14 19:18:21
Fixing test to not use pnacl-bcfuzz, since the res
| |
6 ; RUN: | not %pnacl_sz -bitcode-as-text %p/Inputs/bad-bb-size.tbc \ | |
7 ; RUN: -bitcode-format=pnacl -notranslate -no-ir-gen -build-on-read 2>&1 \ | |
8 ; RUN: | FileCheck %s | |
9 | |
10 ; CHECK: Function defines 3105555534 basic blocks, which is too big for a functi on containing 36 bytes | |
11 | |
OLD | NEW |