[flang-commits] [flang] [flang][driver] do not crash when fc1 process multiple files (PR #138875)
IƱaki Amatria Barral via flang-commits
flang-commits at lists.llvm.org
Wed May 7 08:51:38 PDT 2025
inaki-amatria wrote:
TYSM @jeanPerier! We really appreciate you taking the time to look into this issue.
The way I reported the issue, invoking two files with `flang -fc1`, was intentional. We use both Clang and Flang as libraries, and this was the most effective way to report the issue in a form that aligns with your typical workflow, where Flang is primarily used as a binary.
Regardless of whether `flang -fc1` is expected to accept multiple input files directly, we believe the fix is still of great value for Flang library users like us.
Again, thanks so much for looking into this @jeanPerier.
https://github.com/llvm/llvm-project/pull/138875
More information about the flang-commits
mailing list