Duncan P. N. Exon Smith | a034e07 | 2015-02-13 01:42:09 +0000 | [diff] [blame] | 1 | ; RUN: not llvm-as -disable-output < %s 2>&1 | FileCheck -check-prefix VERIFY %s |
| 2 | ; RUN: llvm-as -disable-verify < %s | llvm-dis | FileCheck -check-prefix NOVERIFY %s |
| 3 | |
Reid Kleckner | a5b2af0 | 2017-08-23 20:31:27 +0000 | [diff] [blame] | 4 | ; NOVERIFY: !named = !{!DIExpression(0, 1, 9, 7, 2)} |
Duncan P. N. Exon Smith | a034e07 | 2015-02-13 01:42:09 +0000 | [diff] [blame] | 5 | !named = !{!0} |
| 6 | |
Duncan P. N. Exon Smith | a034e07 | 2015-02-13 01:42:09 +0000 | [diff] [blame] | 7 | ; VERIFY: assembly parsed, but does not verify |
Duncan P. N. Exon Smith | e56023a | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 8 | !0 = !DIExpression(0, 1, 9, 7, 2) |