blob: 50d6943dead801aea846bd4ca8932ac827c795e8 [file] [log] [blame]
Duncan P. N. Exon Smith0c5c0122015-02-13 01:42:09 +00001; 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 Smitha9308c42015-04-29 16:38:44 +00007; NOVERIFY: !0 = !DIExpression(0, 1, 9, 7, 2)
Duncan P. N. Exon Smith0c5c0122015-02-13 01:42:09 +00008; VERIFY: assembly parsed, but does not verify
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +00009!0 = !DIExpression(0, 1, 9, 7, 2)