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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 15:52:14 PST 2017


aprantl added inline comments.


================
Comment at: test/DebugInfo/cross-cu-scope.ll:2
+; RUN: llc %s -filetype=obj -o %t
+; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
+
----------------
Can you add a comment that explains what is being tested here?


Repository:
  rL LLVM

https://reviews.llvm.org/D39981





More information about the llvm-commits mailing list