summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/debug-info.ll
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-09-21 12:28:44 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-09-21 12:28:44 +0000
commit7cf529c11f33f1a74a63f8923c627d4981fc00c4 (patch)
treef1f1b0f516b0ca24b087e44d78bc5fe90efce732 /llvm/test/Assembler/debug-info.ll
parenteebfecee4ff3536278cdf9bd2fa96205756f1de2 (diff)
downloadbcm5719-llvm-7cf529c11f33f1a74a63f8923c627d4981fc00c4.tar.gz
bcm5719-llvm-7cf529c11f33f1a74a63f8923c627d4981fc00c4.zip
[test] Fix Assembler/debug-info.ll
Update Assembler/debug-info.ll to contain discriminator. llvm-svn: 342727
Diffstat (limited to 'llvm/test/Assembler/debug-info.ll')
-rw-r--r--llvm/test/Assembler/debug-info.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/debug-info.ll b/llvm/test/Assembler/debug-info.ll
index 4404b741d34..d54dba07ac1 100644
--- a/llvm/test/Assembler/debug-info.ll
+++ b/llvm/test/Assembler/debug-info.ll
@@ -83,7 +83,7 @@
; CHECK-NEXT: !32 = !DIFile(filename: "file", directory: "dir", checksumkind: CSK_MD5, checksum: "000102030405060708090a0b0c0d0e0f")
!35 = !DIFile(filename: "file", directory: "dir", checksumkind: CSK_MD5, checksum: "000102030405060708090a0b0c0d0e0f")
-; CHECK-NEXT: !33 = !DICompositeType(tag: DW_TAG_variant_part, name: "A", scope: !14, size: 64)
+; CHECK-NEXT: !33 = !DICompositeType(tag: DW_TAG_variant_part, name: "A", scope: !14, size: 64, discriminator: !34)
; CHECK-NEXT: !34 = !DIDerivedType(tag: DW_TAG_member, scope: !33, baseType: !35, size: 64, align: 64, flags: DIFlagArtificial)
; CHECK-NEXT: !35 = !DIBasicType(name: "u64", size: 64, encoding: DW_ATE_unsigned)
!36 = !DICompositeType(tag: DW_TAG_variant_part, name: "A", scope: !16, size: 64, discriminator: !37)
OpenPOWER on IntegriCloud