Duncan P. N. Exon Smith | 0c5c012 | 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 | |
| 4 | ; NOVERIFY: !named = !{!0} |
| 5 | !named = !{!0} |
| 6 | |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 7 | ; NOVERIFY: !0 = !DIExpression(0, 1, 9, 7, 2) |
Duncan P. N. Exon Smith | 0c5c012 | 2015-02-13 01:42:09 +0000 | [diff] [blame] | 8 | ; VERIFY: assembly parsed, but does not verify |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 9 | !0 = !DIExpression(0, 1, 9, 7, 2) |