| OLD | NEW |
| 1 ; Test if we recognize a forward reference that can't be in function block. | 1 ; Test if we recognize a forward reference that can't be in function block. |
| 2 | 2 |
| 3 ; REQUIRES: no_minimal_build | 3 ; REQUIRES: no_minimal_build |
| 4 | 4 |
| 5 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-var-fwdref.tbc \ | 5 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-var-fwdref.tbc \ |
| 6 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read \ | 6 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read \ |
| 7 ; RUN: -allow-externally-defined-symbols 2>&1 \ | 7 ; RUN: -allow-externally-defined-symbols 2>&1 \ |
| 8 ; RUN: | FileCheck %s | 8 ; RUN: | FileCheck %s |
| 9 | 9 |
| 10 ; CHECK: Forward reference @3105555534 too big. Have 1 globals and function cont
ains 16 bytes | 10 ; CHECK: Forward reference @3105555534 too big. Have 1 globals and function cont
ains 16 bytes |
| 11 | |
| OLD | NEW |