[PATCH] D132900: [DWARF] Fix infinite recursion in Type Printer.
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 29 19:05:22 PDT 2022
ayermolo added a comment.
ah sorry.
can repro with gcc 9 and 11, and latest trunk
git clone https://github.com/gcc-mirror/gcc.git
cd gcc/libstdc++-v3/src/filesystem
gcc -g -gdwarf-4 -std=gnu++17 path.cc -o foo.o -c
llvm-dwarfdump --show-form --verbose --debug-info foo.o &> info
I'll try to create a small repro.
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