[PATCH] D37315: Fix test after rL312144
Konstantin Zhuravlyov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 30 14:55:31 PDT 2017
kzhuravl created this revision.
Herald added a subscriber: wdng.
https://reviews.llvm.org/D37315
Files:
test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
Index: test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
===================================================================
--- test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
+++ test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
@@ -46,7 +46,7 @@
!1 = !DIFile(filename: "source-interleave-x86_64.c", directory: "SRC_COMPDIR")
!2 = !{}
!3 = !{!4}
-!4 = !DIGlobalVariableExpression(var: !DIGlobalVariable(name: "a", scope: !0, file: !1, line: 1, type: !5, isLocal: false, isDefinition: true))
+!4 = !DIGlobalVariableExpression(var: !DIGlobalVariable(name: "a", scope: !0, file: !1, line: 1, type: !5, isLocal: false, isDefinition: true), expr: !DIExpression())
!5 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
!6 = !{i32 2, !"Dwarf Version", i32 4}
!7 = !{i32 2, !"Debug Info Version", i32 3}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37315.113321.patch
Type: text/x-patch
Size: 847 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170830/695ef318/attachment.bin>
More information about the llvm-commits
mailing list