Sign in
llvm
/
llvm-project
/
273ca1f77be57f1b14b5533b632b37c3b4ee63e9
/
.
/
llvm
/
test
/
Verifier
/
dicompositetype-elements-null.ll
blob: c0aca47852bac009664d1e9605441d60d141ae98 [
file
] [
log
] [
blame
]
; RUN: not opt -S < %s 2>&1 | FileCheck %s
!named
=
!
{
!0
}
; CHECK: DISubprogram contains null entry in `elements` field
!0
=
distinct
!DICompositeType
(
tag
:
DW_TAG_structure_type
,
name
:
"t1"
,
elements
:
!1
)
!1
=
!
{
null
}