[PATCH] D118857: [DWARF][codegen] Fix for Aranges when split inlining is present
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 2 16:19:38 PST 2022
ayermolo added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/fission-inline-aranges.ll:11-31
+; struct foo {
+; template<typename T>
+; static void f2();
+; static void f3(...);
+; };
+;
+; void f1();
----------------
dblaikie wrote:
> Does this need templates, using declarations, and if/scopes, etc? Or could it be simplified a bit? If it can't be, might be worth some explanatory text about why all these features are needed to tickle the bug?
I re-purposed fission-inline.ll. Maybe just add extra checks there?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118857/new/
https://reviews.llvm.org/D118857
More information about the llvm-commits
mailing list