26 lines
1.4 KiB
Diff
26 lines
1.4 KiB
Diff
From cc1f2a595ead516812a6c50398f0f3480ebe031f Mon Sep 17 00:00:00 2001
|
|
From: Jonas Devlieghere <jonas@devlieghere.com>
|
|
Date: Fri, 21 Sep 2018 12:28:44 +0000
|
|
Subject: [PATCH] [test] Fix Assembler/debug-info.ll
|
|
|
|
Update Assembler/debug-info.ll to contain discriminator.
|
|
|
|
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@342727 91177308-0d34-0410-b5e6-96231b3b80d8
|
|
---
|
|
test/Assembler/debug-info.ll | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/test/Assembler/debug-info.ll b/test/Assembler/debug-info.ll
|
|
index 4404b741d343..d54dba07ac1e 100644
|
|
--- a/test/Assembler/debug-info.ll
|
|
+++ b/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)
|