[PATCH] D132900: [DWARF] Fix infinite recursion in Type Printer.
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 9 11:39:13 PDT 2022
ayermolo added a comment.
In D132900#3780904 <https://reviews.llvm.org/D132900#3780904>, @dblaikie wrote:
> Reduced down to:
>
> struct t1;
>
> void f1() {
> using t2 = t1;
> void (t2::* __fn)();
> }
>
> Still investigating.
Ah! Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132900/new/
https://reviews.llvm.org/D132900
More information about the llvm-commits
mailing list