[PATCH] D118618: [flang] Fix invalid diagnostics in wrapper and reduce code dup.

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 03:43:42 PST 2022


kiranchandramohan added a comment.

Thanks @ygribov for this patch and the other contributions made.
We will take this patch. I just wanted to highlight that the `flang` script is temporary and will be replaced by the `flang-new` driver when codegen is upstreamed. I guess the longer-standing contributions will be in `flang-new`. We are also trying to minimize changes to the `flang` script to keep it stable. Sometimes we have seen minor changes running into issues in a different bash version. Hope that is OK with you.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118618/new/

https://reviews.llvm.org/D118618



More information about the llvm-commits mailing list