[PATCH] D135114: [Dwarf] Reference the correct CU when inlining
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 4 15:36:57 PDT 2022
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
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")
----------------
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.
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