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

; CHECK: [[@LINE+1]]:45: error: missing required field 'baseType'
!0 = !MDDerivedType(tag: DW_TAG_pointer_type)