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