[clang] [llvm] Trying to fix undefined symbol error caused by iterator variable (PR #141507)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 29 02:11:41 PDT 2025


ShashwathiNavada wrote:

> The reproducer is passing with clang. See https://godbolt.org/z/adnjMndGq

Since parsing and semantic support for the iterator is in place, the code compiles fine without offloading. However, the issue surfaces only when offloading is actually performed.


https://github.com/llvm/llvm-project/pull/141507


More information about the llvm-commits mailing list