aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/invalid-mdlocalvariable-missing-tag.ll
blob: d3ca10a2013a7495b24adc3e951cf2d714829e32 (plain)
1
2
3
4
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s

; CHECK: <stdin>:[[@LINE+1]]:45: error: missing required field 'tag'
!0 = !MDLocalVariable(scope: !MDSubprogram())