blob: 92c39ac7a6c381b7ad92b4cf462d8aacaae5ab28 [file] [log] [blame]
Duncan P. N. Exon Smitha034e072015-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
Reid Klecknera5b2af02017-08-23 20:31:27 +00004; NOVERIFY: !named = !{!DIExpression(0, 1, 9, 7, 2)}
Duncan P. N. Exon Smitha034e072015-02-13 01:42:09 +00005!named = !{!0}
6
Duncan P. N. Exon Smitha034e072015-02-13 01:42:09 +00007; VERIFY: assembly parsed, but does not verify
Duncan P. N. Exon Smithe56023a2015-04-29 16:38:44 +00008!0 = !DIExpression(0, 1, 9, 7, 2)