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

; CHECK: [[@LINE+2]]:44: error: missing required field 'type'
!0 = !MDTemplateValueParameter(tag: DW_TAG_template_value_parameter,
                               value: i32 7)