[PATCH] D66888: [LiveDebugValues] Insert entry values after bundles

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 09:10:23 PDT 2019


djtodoro added inline comments.


================
Comment at: llvm/test/DebugInfo/MIR/Hexagon/live-debug-values-bundled-entry-values.mir:46
+
+  !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 9.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, retainedTypes: !3, nameTableKind: None)
+  !1 = !DIFile(filename: "foo.c", directory: "/")
----------------
version 10.0.0


================
Comment at: llvm/test/DebugInfo/MIR/Hexagon/live-debug-values-bundled-entry-values.mir:57
+  !10 = !{i32 1, !"wchar_size", i32 4}
+  !11 = !{!"clang version 9.0.0"}
+  !12 = distinct !DISubprogram(name: "foo", scope: !1, file: !1, line: 3, type: !13, scopeLine: 3, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !15)
----------------
version 10.0.0


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66888/new/

https://reviews.llvm.org/D66888





More information about the llvm-commits mailing list