[polly] r312147 - Adapt testcase to LLVM change in DIGlobalVariableExpression.
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 30 11:12:35 PDT 2017
Author: adrian
Date: Wed Aug 30 11:12:35 2017
New Revision: 312147
URL: http://llvm.org/viewvc/llvm-project?rev=312147&view=rev
Log:
Adapt testcase to LLVM change in DIGlobalVariableExpression.
Modified:
polly/trunk/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll
Modified: polly/trunk/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll?rev=312147&r1=312146&r2=312147&view=diff
==============================================================================
--- polly/trunk/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll (original)
+++ polly/trunk/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll Wed Aug 30 11:12:35 2017
@@ -47,7 +47,7 @@ declare void @llvm.dbg.value(metadata, i
!10 = distinct !DILexicalBlock(line: 4, column: 3, file: !1, scope: !4)
!11 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
!12 = !{!13}
-!13 = !DIGlobalVariableExpression(var: !DIGlobalVariable(name: "A", line: 2, isLocal: false, isDefinition: true, scope: null, file: !5, type: !14))
+!13 = !DIGlobalVariableExpression(var: !DIGlobalVariable(name: "A", line: 2, isLocal: false, isDefinition: true, scope: null, file: !5, type: !14), expr: !DIExpression())
!14 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !11)
!15 = !{i32 2, !"Dwarf Version", i32 4}
!16 = !{i32 2, !"Debug Info Version", i32 3}
More information about the llvm-commits
mailing list