[llvm-branch-commits] [flang] release/20.x: [flang] Fix missed case of symbol renaming in module file generation (#132475) (PR #133223)
Paul Osmialowski via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 1 15:22:51 PDT 2025
pawosm-arm wrote:
> It looks like the test from this patch is failing.
I need some help with pinpointing that. Locally I can't reproduce any test failing either with this patch or because of this patch. Also I can't see any piece of log confirming that any test case from this patch (`clang/test/Driver/fveclib.c`, `flang/test/Driver/fveclib.f90`) couldn't pass. I can only see a report that the `Flang.Semantics/bug132435.f90` test is failing on both Windows and Linux. I looked into the `bug132435.f90` file and can't see anything even remotely related to my patch. I can assume that the reason for this failure lies beyond my commit and any other commit would suffer from the same failure.
https://github.com/llvm/llvm-project/pull/133223
More information about the llvm-branch-commits
mailing list