mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
DebugInfo: Correct the attribute type kind.
Post commit review feedback from Paul Robinson regarding r207777. llvm-svn: 207782
This commit is contained in:
parent
7c889a5eea
commit
daef7e1f4b
@ -6,10 +6,10 @@
|
||||
; typedef void x;
|
||||
; x *y;
|
||||
|
||||
; Check that a typedef with no DW_TAG_type is produced. The absence of a type is used to imply the 'void' type.
|
||||
; Check that a typedef with no DW_AT_type is produced. The absence of a type is used to imply the 'void' type.
|
||||
|
||||
; CHECK: DW_TAG_typedef
|
||||
; CHECK-NOT: DW_TAG_type
|
||||
; CHECK-NOT: DW_AT_type
|
||||
; CHECK: {{DW_TAG|NULL}}
|
||||
|
||||
@y = global i8* null, align 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user