[clang] [llvm] Trying to fix undefined symbol error caused by iterator variable (PR #141507)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 25 13:06:11 PDT 2025
efriedma-quic wrote:
> The reproducer is passing with clang. See https://godbolt.org/z/adnjMndGq
The testcase is using -femit-all-decls. I assumed that was just to avoid including some irrelevant bits in the testcase. I guess there could be some interaction with -femit-all-decls specifically, though.
https://github.com/llvm/llvm-project/pull/141507
More information about the llvm-commits
mailing list