aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/invalid-generic-debug-node-tag-bad.ll
blob: 98c10b6a878a376eeaa96e2f96a65d692dfbb763 (plain)
1
2
3
4
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s

; CHECK: <stdin>:[[@LINE+1]]:29: error: invalid DWARF tag 'DW_TAG_badtag'
!0 = !GenericDebugNode(tag: DW_TAG_badtag)