[llvm] r312176 - Fix test after rL312144

Konstantin Zhuravlyov via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 14:59:14 PDT 2017


Author: kzhuravl
Date: Wed Aug 30 14:59:14 2017
New Revision: 312176

URL: http://llvm.org/viewvc/llvm-project?rev=312176&view=rev
Log:
Fix test after rL312144

Modified:
    llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll

Modified: llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll?rev=312176&r1=312175&r2=312176&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll (original)
+++ llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll Wed Aug 30 14:59:14 2017
@@ -46,7 +46,7 @@ attributes #1 = { nounwind readnone }
 !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}




More information about the llvm-commits mailing list