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

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