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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 10:24:33 PST 2017


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/DebugInfo/cross-cu-scope.ll:11
+; CHECK: DW_TAG_compile_unit
+; CHECK: DW_TAG_compile_unit
+; CHECK: DW_TAG_structure_type
----------------
can you add a check for there name or something that would make it obvious which of the two CUs we expect here?


https://reviews.llvm.org/D39981





More information about the llvm-commits mailing list