[PATCH] D135114: [Dwarf] Reference the correct CU when inlining

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 18:58:59 PDT 2022


ellis added inline comments.


================
Comment at: llvm/test/DebugInfo/Generic/cross-cu-inlining-2.ll:61
+; CHECK:     DW_TAG_structure_type
+; CHECK: [[INIT:0x.*]]: DW_TAG_subprogram
+; CHECK;         DW_AT_name [DW_FORM_strp]	({{.*}} = "init")
----------------
aprantl wrote:
> I'm not sure if the FORMs will be identical on all targets, so you may need to move this back into a subdirectory where you can restrict this to one specific target and object file format. But the bots will let you know if that's the case.
Thanks for the heads up. I'll land in the morning and make fixes as necessary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135114



More information about the llvm-commits mailing list