[PATCH] D39981: [DebugInfo] Fix potential CU mismatch for SubprogramScopeDIEs.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 15:27:20 PST 2017


dblaikie added inline comments.


================
Comment at: test/DebugInfo/cross-cu-scope.ll:3
+; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
+
+; CHECK: DW_TAG_compile_unit
----------------
Include the original source code here to make it clear what's being modeled?

Is this reproducible in C or C++, or only in Rust?


Repository:
  rL LLVM

https://reviews.llvm.org/D39981





More information about the llvm-commits mailing list