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

; CHECK: [[@LINE+1]]:55: error: missing required field 'tag'
!0 = !MDTemplateValueParameter(type: !{}, value: i32 7)